Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseAuthenticateArgs

    That is the base args for authentication

    Inheritance
    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
    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 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
    Guid serial
    Guid apiUser
    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
    string endPointConfigurationName
    Guid serial
    Guid apiUser
    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
    Uri endPointUri
    Guid serial
    Guid apiUser
    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
    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
    Guid

    Serial

    The serial

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

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