Class DeactivateModel
Inheritance
DeactivateModel
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
|
Edit this page
View Source
MachineCode
Declaration
public string MachineCode { get; set; }
Property Value
|
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