Class InitializeHandShakeAnswer
Inheritance
InitializeHandShakeAnswer
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class InitializeHandShakeAnswer : Answer, INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
PEMPublicKey
Declaration
public string PEMPublicKey { get; set; }
Property Value
PublicKey
Declaration
public string PublicKey { get; set; }
Property Value
Implements
Extension Methods