Class ContextualKey
Class to retreive contextual keys
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class ContextualKey
Properties
CreatedDate
The created date
Declaration
public DateTime CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Key
The cryptedValue of the contextual key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |