Class SecureMessageTransport
This class is there to transport a message crypted with a public key
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class SecureMessageTransport
Properties
Cipher
The encrypted data
Declaration
public string Cipher { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CipherDataType
That is the type encrypted with the AES Key
Declaration
public string CipherDataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CryptedAESKey
The key used to encrypt the data
Declaration
public string CryptedAESKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HASH_PCKS
The hash of the public key used to encrypt the CryptedAESKey
Declaration
public string HASH_PCKS { get; set; }
Property Value
| Type | Description |
|---|---|
| string |