Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ModifySigningMarksArgs

    Inheritance
    object
    BaseArgs
    ModifySigningMarksArgs
    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 ModifySigningMarksArgs : 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

    CryptedSigningMark

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

    Serial

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

    SigningMarkType

    Declaration
    public UserSigningMarkType SigningMarkType { get; set; }
    Property Value
    Type Description
    UserSigningMarkType

    ToDelete

    Declaration
    public bool ToDelete { get; set; }
    Property Value
    Type Description
    bool

    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