CikTokenDetails Class

Definition

CIK token details.

[System.Runtime.Serialization.DataContract]
public class CikTokenDetails
[<System.Runtime.Serialization.DataContract>]
type CikTokenDetails = class
Public Class CikTokenDetails
Inheritance
CikTokenDetails
Attributes

Constructors

CikTokenDetails()

Properties

ClientRequestId

Gets or sets the client request Id for the operation linked with this CIK token.

HashFunction

Gets or sets Hash function used to calculate the HMAC.

Hmac

Gets or sets the HMAC generated using the CIK key.

NotAfterTimestamp

Gets or sets the timestamp after which the token is not valid.

NotBeforeTimestamp

Gets or sets the timestamp before which the token is not valid.

PropertyBag

Gets or sets property bag. This property bag is introduced to support addition of any new property in data contract without breaking the existing clients. If any new property needs to be introduced in the contract, add a key value pair for it in this dictionary.

Version

Gets or sets Data contract version.

Methods

ToString()

Converts the object into string.

Applies to