Class Keys
Default AES Key class
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class Keys
Properties
Base64IV
IV in base 64 value
Declaration
public string Base64IV { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Base64Key
Key in base 64 value
Declaration
public string Base64Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IV
IV value
Declaration
[JsonIgnore]
public byte[] IV { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Key
Key value
Declaration
[JsonIgnore]
public byte[] Key { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |