Show / Hide Table of Contents

Class CreateLicenceArgs

This is the args to create a Licence object

Inheritance
System.Object
CreateLicenceArgs
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 CreateLicenceArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Properties

CultureID

The CultureID

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

Email

The email associated with the licence

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

EndPointConfigurationName

The endpoint configuration name, it's optionnal if Endpointuri is used

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

Token

This is the Serial number of the licence

Declaration
public Guid Token { get; set; }
Property Value
Type Description
System.Guid

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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