Class ValidateMicrosoftTokenArgs
Inheritance
ValidateMicrosoftTokenArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ValidateMicrosoftTokenArgs : BaseArgs, INotifyPropertyChanged
Properties
CryptedDeviceId
Declaration
public string CryptedDeviceId { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedMicrosoftToken
Declaration
public string CryptedMicrosoftToken { get; set; }
Property Value
CryptedUserEmail
Declaration
public string CryptedUserEmail { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Implements
Extension Methods