Class MemoryKeyExchange
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class MemoryKeyExchange
Properties
ExchangePassword
Le password retourné au client
Declaration
public string ExchangePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExchangePublicKey
Représente la clé public du client
Declaration
public string ExchangePublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferenceId
Represente l'identifiant de la clé
Declaration
public Guid ReferenceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |