Search Results for

    Show / Hide Table of Contents

    Class GetCustomerLicensesBySecretModel

    Inheritance
    object
    RequestModel
    GetCustomerLicensesBySecretModel
    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 GetCustomerLicensesBySecretModel : RequestModel

    Properties

    | 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

    Secret

    Customer secret.

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