Search Results for

    Show / Hide Table of Contents

    Class ExtendLicenseModel

    Stores the parameters that are required by the Extend License method.

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

    Properties

    | Edit this page View Source

    Key

    The Key String, i.e. ABCDE-ABCDE-ABCDE-ABCDE.

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

    NoOfDays

    The number of days the license should be extended.

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

    ProductId

    The id of the product you want to access. You can find it when you are logged in on https://app.cryptolens.io/docs/api/v3/ExtendLicense and select the product in the drop down list.

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