Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MemoryKeyExchange

    Inheritance
    object
    MemoryKeyExchange
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation