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