Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetBackLicenceArgs

    The args to received an activation link by email or sms

    Inheritance
    object
    GetBackLicenceArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    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 GetBackLicenceArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    GetBackLicenceArgs(string, string, string, string, string)

    Declaration
    public GetBackLicenceArgs(string endPointConfigurationName, string capchaID, string capchaValue, string email, string cultureID)
    Parameters
    Type Name Description
    string endPointConfigurationName
    string capchaID
    string capchaValue
    string email
    string cultureID

    GetBackLicenceArgs(Uri, string, string, string, string)

    Declaration
    public GetBackLicenceArgs(Uri endPointUri, string capchaID, string capchaValue, string email, string cultureID)
    Parameters
    Type Name Description
    Uri endPointUri
    string capchaID
    string capchaValue
    string email
    string cultureID

    Properties

    CapChaID

    capcha id

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

    CapChaValue

    capcha value

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

    CultureID

    cultureID of the email

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

    Email

    The email or SMS number to retreived the activation link. Must be associated with the serial number

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

    EndPointConfigurationName

    Endpoint configuration name

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

    EndPointUri

    Endpoint configuration uri

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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