Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetCertificationTokenArgs

    Inheritance
    object
    BaseArgs
    GetCertificationTokenArgs
    Implements
    INotifyPropertyChanged
    Inherited Members
    BaseArgs.CultureID
    BaseArgs.PropertyChanged
    BaseArgs.RaisePropertyChanged(string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class GetCertificationTokenArgs : BaseArgs, INotifyPropertyChanged

    Properties

    AccessKey

    Declaration
    public Guid AccessKey { get; set; }
    Property Value
    Type Description
    Guid

    CryptedHandShakeID

    Declaration
    public string CryptedHandShakeID { get; set; }
    Property Value
    Type Description
    string

    EncryptedOriginalHash

    Declaration
    public string EncryptedOriginalHash { get; set; }
    Property Value
    Type Description
    string

    Platform

    Declaration
    public string Platform { get; set; }
    Property Value
    Type Description
    string

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    TokenType

    Declaration
    public CertificationTokenType TokenType { get; set; }
    Property Value
    Type Description
    CertificationTokenType

    User

    Declaration
    public string User { get; set; }
    Property Value
    Type Description
    string

    Implements

    INotifyPropertyChanged

    Extension Methods

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