Show / Hide Table of Contents

Class GetBusinessMessenginKeysArgs

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

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
GetBusinessMessenginKeysArgs
Implements
IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
Inherited Members
BaseAuthenticateArgs.ApiPassword
BaseAuthenticateArgs.ApiUser
BaseAuthenticateArgs.Serial
BaseEndPointConfiguration.EndPointConfigurationName
BaseEndPointConfiguration.EndPointUri
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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
System.String endPointConfigurationName
System.Guid serial
System.Guid apiUser
System.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
System.Uri endPoint
System.Guid serial
System.Guid apiUser
System.Guid apiPassword

Implements

IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX