Class SeeHeader
Secure Exchanges Header
Inherited Members
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 |