Class GetCertificationTokenArgs
Inheritance
GetCertificationTokenArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetCertificationTokenArgs : BaseArgs, INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
EncryptedOriginalHash
Declaration
public string EncryptedOriginalHash { get; set; }
Property Value
Declaration
public string Platform { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
TokenType
Declaration
public CertificationTokenType TokenType { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
Implements
Extension Methods