Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CertificationData

    Represents an object that is returned by api.

    Inheritance
    object
    CertificationData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation