Class ModifySigningMarksArgs
Inheritance
ModifySigningMarksArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ModifySigningMarksArgs : BaseArgs, INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedSigningMark
Declaration
public string CryptedSigningMark { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
SigningMarkType
Declaration
public UserSigningMarkType SigningMarkType { get; set; }
Property Value
ToDelete
Declaration
public bool ToDelete { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
Implements
Extension Methods