Class DecryptedStoredText
Inheritance
System.Object
DecryptedStoredText
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.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class DecryptedStoredText
Properties
DecryptedText
Declaration
public string DecryptedText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IV
Declaration
public byte[] IV { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Key
Declaration
public byte[] Key { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |