Class GetBackLicenceArgs
The args to received an activation link by email or sms
Inheritance
GetBackLicenceArgs
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
GetBackLicenceArgs(Uri, string, string, string, string)
Declaration
public GetBackLicenceArgs(Uri endPointUri, string capchaID, string capchaValue, string email, string cultureID)
Parameters
Properties
CapChaID
Declaration
public string CapChaID { get; set; }
Property Value
CapChaValue
Declaration
public string CapChaValue { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
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
EndPointConfigurationName
Endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
EndPointUri
Endpoint configuration uri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Implements
Extension Methods