Class ConfirmSEMSTokenAnswer
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ConfirmSEMSTokenAnswer : Answer, INotifyPropertyChanged
Properties
CallBackParameters
Declaration
public string CallBackParameters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallBackURI
Declaration
public string CallBackURI { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EncryptedCallBackIV
Declaration
public string EncryptedCallBackIV { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EncryptedCallBackKey
Declaration
public string EncryptedCallBackKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EncryptedReplyAddress
Declaration
public string EncryptedReplyAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.ComponentModel.INotifyPropertyChanged