Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignDataArgs

    Inheritance
    object
    BaseArgs
    SignDataArgs
    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 SignDataArgs : BaseArgs, INotifyPropertyChanged

    Properties

    CertificationToken

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

    EncryptedEncodedHashString

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

    Type

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

    Implements

    INotifyPropertyChanged

    Extension Methods

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