Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CreateLicenceArgs

    This is the args to create a Licence object

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

    Properties

    CultureID

    The CultureID

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

    Email

    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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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