Class CertificationData
Represents an object that is returned by api.
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class CertificationData
Properties
Metadata
Contains information for certification
Declaration
public CertificationMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificationMetadata |
Token
Certification token
Declaration
public Guid Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Type
Type of the certification token
Declaration
public CertificationTokenType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificationTokenType |