Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SeeHeader

    Secure Exchanges Header

    Inheritance
    object
    SeeHeader
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class SeeHeader

    Properties

    EncryptedKey

    That is a JSON serialized key encrypted with the public key of the private key owner

    Declaration
    public string EncryptedKey { get; set; }
    Property Value
    Type Description
    string

    EncryptedMetaData

    fThe file meta data encrypted with the encrytped key

    Declaration
    public string EncryptedMetaData { get; set; }
    Property Value
    Type Description
    string

    PublicKeyHash

    Represent the Hash SHA512 of the (xml) Case sensitive public key use to encrypt the EncryptedKey

    Declaration
    public string PublicKeyHash { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation