Search Results for

    Show / Hide Table of Contents

    Class GetCustomerLicensesModel

    Inheritance
    object
    RequestModel
    GetCustomerLicensesModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class GetCustomerLicensesModel : RequestModel

    Properties

    | Edit this page View Source

    CustomerId

    The id of the customer whose licenses we want to access.

    Declaration
    public int CustomerId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Detailed

    Specifies the amount of parameters that should be included with each license key in the LiceseKeys. If true, License Key will be used. By default, Basic License Key will be used (where for instance data objects and activated devices are omitted.) Please read more here: https://app.cryptolens.io/docs/api/v3/GetCustomerLicenses

    Declaration
    public bool Detailed { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB