Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetBusinessMessenginKeysArgs

    That is the args need to be used by the GetBusinessMessengingKeys methods

    Inheritance
    object
    BaseEndPointConfiguration
    BaseAuthenticateArgs
    GetBusinessMessenginKeysArgs
    Implements
    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    BaseAuthenticateArgs.ApiPassword
    BaseAuthenticateArgs.ApiUser
    BaseAuthenticateArgs.Serial
    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 GetBusinessMessenginKeysArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    GetBusinessMessenginKeysArgs(string, Guid, Guid, Guid)

    That is the constructor when the endpoint is in the config file

    Declaration
    public GetBusinessMessenginKeysArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    string endPointConfigurationName
    Guid serial
    Guid apiUser
    Guid apiPassword

    GetBusinessMessenginKeysArgs(Uri, Guid, Guid, Guid)

    Constructor with endpoint uri

    Declaration
    public GetBusinessMessenginKeysArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    Uri endPoint
    Guid serial
    Guid apiUser
    Guid apiPassword

    Implements

    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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