Class ConnectToPartyArgs
Inheritance
ConnectToPartyArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class ConnectToPartyArgs : INotifyPropertyChanged
Properties
CryptedAction
Declaration
public string CryptedAction { get; set; }
Property Value
CryptedFrom
Declaration
public string CryptedFrom { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedPartyPosition
Declaration
public string CryptedPartyPosition { get; set; }
Property Value
CryptedTo
Declaration
public string CryptedTo { get; set; }
Property Value
IV
Declaration
public string IV { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Session
Declaration
public string Session { 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