Class GetKeysArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetKeysArgs : INotifyPropertyChanged
Properties
A41RSA
Declaration
public string A41RSA { get; set; }
Property Value
Cpart
Declaration
public string Cpart { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
MsgId
Declaration
public string MsgId { get; set; }
Property Value
Niv
Declaration
public string Niv { get; set; }
Property Value
P2
Declaration
public string P2 { get; set; }
Property Value
SEMS
Declaration
public Guid SEMS { get; set; }
Property Value
Serial
Declaration
public Guid Serial { 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