Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetMessengingArgs

    Inheritance
    object
    BaseEndPointConfiguration
    GetMessengingArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    BaseEndPointConfiguration.EndPointConfigurationName
    BaseEndPointConfiguration.EndPointUri
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetMessengingArgs : BaseEndPointConfiguration, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Properties

    ApiPassword

    Declaration
    public Guid ApiPassword { get; set; }
    Property Value
    Type Description
    Guid

    ApiUser

    Declaration
    public Guid ApiUser { get; set; }
    Property Value
    Type Description
    Guid

    HashKey

    HASH KEY must be the SHA512 of the xml public key

    Declaration
    public string HashKey { get; set; }
    Property Value
    Type Description
    string

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

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