Class DecryptedStoredText
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class DecryptedStoredText
Properties
DecryptedText
Declaration
public string DecryptedText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IV
Declaration
public byte[] IV { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Key
Declaration
public byte[] Key { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |