Class PublicKeyAnswer
Implements
Inherited Members
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class PublicKeyAnswer : Answer, INotifyPropertyChanged
Properties
PEMPublicKey
Declaration
public string PEMPublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RSAPublicKey
Declaration
public string RSAPublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |