Search Results for

    Show / Hide Table of Contents

    Class FloatingLicenseInformation

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

    Properties

    | Edit this page View Source

    AvailableDevices

    The number of available floating devices (taking into account potential overdraft).

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

    OverdraftDevices

    The number of devices that exceed the MaxNoOfMachines.

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

    UsedDevices

    The total number of floating devices.

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