Show / Hide Table of Contents

Class GetSESARResendSignatureRequestArgs

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
GetSESARResendSignatureRequestArgs
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 GetSESARResendSignatureRequestArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Constructors

GetSESARResendSignatureRequestArgs()

Declaration
public GetSESARResendSignatureRequestArgs()

GetSESARResendSignatureRequestArgs(String, Guid, Guid, Guid)

Create a endpoint with config

Declaration
public GetSESARResendSignatureRequestArgs(string endPointConfig, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type Name Description
System.String endPointConfig
System.Guid serial
System.Guid apiUser
System.Guid apiPassword

GetSESARResendSignatureRequestArgs(Uri, Guid, Guid, Guid)

Constructor with endpoint uri

Declaration
public GetSESARResendSignatureRequestArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type Name Description
System.Uri endPoint
System.Guid serial
System.Guid apiUser
System.Guid apiPassword

Properties

XmlPrivateCOMKey

The xml hash key

Declaration
public string XmlPrivateCOMKey { get; set; }
Property Value
Type Description
System.String

Implements

IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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