Show / Hide Table of Contents

Class GetBackLicenceArgs

The args to received an activation link by email or sms

Inheritance
System.Object
GetBackLicenceArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
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 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
System.String endPointConfigurationName
System.String capchaID
System.String capchaValue
System.String email
System.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
System.Uri endPointUri
System.String capchaID
System.String capchaValue
System.String email
System.String cultureID

Properties

CapChaID

capcha id

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

CapChaValue

capcha value

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

CultureID

cultureID of the email

Declaration
public string CultureID { get; set; }
Property Value
Type Description
System.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
System.String

EndPointConfigurationName

Endpoint configuration name

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

EndPointUri

Endpoint configuration uri

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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