Show / Hide Table of Contents

Class BaseAuthenticateArgs

That is the base args for authentication

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
BaseAPIArgs
CreateRestoreRequestArgs
GetBusinessMessenginKeysArgs
GetMailTemplateColorArgs
GetRestoreRequestArgs
GetSESARLatestVersionArgs
GetSESARResendSignatureRequestArgs
IsLicenceIsValidArgs
LoadSignsTemplateArgs
SetResendSignatureAsExecutedRequestArgs
ShareChatLinkArgs
UpdateRestoreRequestStatusArgs
ValidateDocumentSignatureIntegrity_args
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
Inherited Members
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 BaseAuthenticateArgs : BaseEndPointConfiguration, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

BaseAuthenticateArgs()

The constructor witout informations

Declaration
public BaseAuthenticateArgs()

BaseAuthenticateArgs(Guid, Guid, Guid)

The default constructor with the Serial, APIUser and APIPassword to connect to the Secure Exchanges service

Declaration
public BaseAuthenticateArgs(Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type Name Description
System.Guid serial
System.Guid apiUser
System.Guid apiPassword

BaseAuthenticateArgs(String, Guid, Guid, Guid)

Base with endpoint

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

BaseAuthenticateArgs(Uri, Guid, Guid, Guid)

Base with endpoint uri

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

Properties

ApiPassword

The password received from Secure Exchanges. This password need to made call to the API and is associated to the ApiUser

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

ApiUser

The API User received from Secure Exchanges. This API user is need to made call to the API and is associated to the ApiPassword

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

Serial

The serial

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

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