Class SEKeys
SEKeys class to manage a list of SEKey
Assembly: SecureExchangesSDK.dll
Syntax
Properties
Keys
Declaration
public List<SEKey> Keys { get; set; }
Property Value
Methods
GetIVWithType(string)
Gets a IV with a given type in the Keys list
Declaration
public string GetIVWithType(string keyName)
Parameters
| Type |
Name |
Description |
| string |
keyName |
|
Returns
GetKeyWithType(string)
Gets a key with a given type in the Keys list
Declaration
public string GetKeyWithType(string keyName)
Parameters
| Type |
Name |
Description |
| string |
keyName |
|
Returns
GetSeKeyWithType(string)
Gets a SEKey with a given type in the Keys list
Declaration
public SEKey GetSeKeyWithType(string keyName)
Parameters
| Type |
Name |
Description |
| string |
keyName |
|
Returns
Extension Methods