Class SecureMessageTransport
This class is there to transport a message crypted with a public key
Inheritance
System.Object
SecureMessageTransport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
CipherDataType
That is the type encrypted with the AES Key
Declaration
public string CipherDataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CryptedAESKey
The key used to encrypt the data
Declaration
public string CryptedAESKey { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |