Class ContextualKey
Class to retreive contextual keys
Inheritance
System.Object
ContextualKey
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.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class ContextualKey
Properties
CreatedDate
The created date
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Key
The cryptedValue of the contextual key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |