Search Results for

    Show / Hide Table of Contents

    Class DeactivateModel

    Inheritance
    object
    RequestModel
    KeyLockModel
    DeactivateModel
    Inherited Members
    KeyLockModel.ProductId
    KeyLockModel.Key
    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 DeactivateModel : KeyLockModel

    Properties

    | Edit this page View Source

    Floating

    When true, this will release the floating license (without removing it from the list of node-locked licenses)

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

    MachineCode

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

    OSInfo

    Additional OS information, which will be registered as an event. If this variable is not set or set to null, this variable will contain a JSON serialized version of MachineInfo, which is computed using GetOSStats(). If you do not want OS data to be registered, set this variable to empty string. You can also send in other data by setting this variable to something else. Be careful with personal identifiable information and do not send in more data than necessary. Please read more at https://help.cryptolens.io/legal/DataPolicy#how-to-be-compliant-as-a-software-vendor.

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