Class InitializePartyConnectionAnswer
Inheritance
InitializePartyConnectionAnswer
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class InitializePartyConnectionAnswer : Answer, INotifyPropertyChanged
Properties
CryptedPartyPosition
Declaration
public string CryptedPartyPosition { get; set; }
Property Value
KeyType
Declaration
public PublicKeyType KeyType { get; set; }
Property Value
PartnerPublicKey
Declaration
public string PartnerPublicKey { get; set; }
Property Value
Implements
Extension Methods