Class BaseAuthenticateArgs
That is the base args for authentication
Inheritance
System.Object
BaseAuthenticateArgs
Inherited Members
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 |