Class CompleteNewSESARConfigConfirmedArgs
Inheritance
CompleteNewSESARConfigConfirmedArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class CompleteNewSESARConfigConfirmedArgs : INotifyPropertyChanged
Properties
InstanceHash
Declaration
public string InstanceHash { get; set; }
Property Value
PubKey
Declaration
public string PubKey { get; set; }
Property Value
RequestId
Declaration
public string RequestId { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods