Class CreateLicenceArgs
This is the args to create a Licence object
Inherited Members
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class CreateLicenceArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Properties
CultureID
The CultureID
Declaration
public string CultureID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
The email associated with the licence
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointConfigurationName
The endpoint configuration name, it's optionnal if Endpointuri is used
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointUri
This is the endpoint uri of the web service, it's optionnal if the Endpointconfigurationname is used
Declaration
public Uri EndPointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
Token
This is the Serial number of the licence
Declaration
public Guid Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |