Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetSerialInfoArgs

    Argument use to retreived Serial Information

    Inheritance
    object
    GetSerialInfoArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    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 GetSerialInfoArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Constructors

    GetSerialInfoArgs(string, Guid, Guid, Guid)

    Declaration
    public GetSerialInfoArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    string endPointConfigurationName
    Guid serial
    Guid apiUser
    Guid apiPassword

    GetSerialInfoArgs(Uri, Guid, Guid, Guid)

    Declaration
    public GetSerialInfoArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    Uri endPoint
    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

    EndPointConfigurationName

    Declaration
    public string EndPointConfigurationName { get; set; }
    Property Value
    Type Description
    string

    EndPointUri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    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