RhinoCommon API
LicenseUtils Class |
License Manager Utilities.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
The LicenseUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| AskUserForLicense(Int32, Boolean, Object, String, ValidateProductKeyDelegate) |
This version of Rhino.PlugIns.LicenseUtils.AskUserForLicense
is used by Rhino C++ plug-ins.
| |
| AskUserForLicense(Int32, Boolean, Object, String, ValidateProductKeyDelegate, OnLeaseChangedDelegate, String, String, Guid, Guid, LicenseCapabilities) |
This version of Rhino.PlugIns.LicenseUtils.AskUserForLicense
is used by Rhino C++ plug-ins.
| |
| AskUserForLicense(Int32, Boolean, Object, String, ValidateProductKeyDelegate, OnLeaseChangedDelegate, VerifyLicenseKeyDelegate, VerifyPreviousVersionLicenseDelegate, String, String, Guid, Guid, LicenseCapabilities) | ||
| CheckInLicense |
Checks in a previously checked out license to
the Zoo server from which it was checked out.
| |
| CheckOutLicense |
Checks out a license that is on loan from a Zoo server
on a permanent basis.
| |
| ConvertLicense |
Converts a product license from a standalone node
to a network node.
| |
| DeleteLicense |
Deletes a license along with its license file.
| |
| Echo | Test connectivity with the Zoo. | |
| GetLicense(Int32, ValidateProductKeyDelegate) |
This version of Rhino.PlugIns.LicenseUtils.GetLicense
is used by Rhino C++ plug-ins.
| |
| GetLicense(ValidateProductKeyDelegate, Int32, String) |
This version of Rhino.PlugIns.LicenseUtils.GetLicense
is used by Rhino C++ plug-ins.
| |
| GetLicense(ValidateProductKeyDelegate, OnLeaseChangedDelegate, Int32, Int32, String, String, String, Guid, Guid) |
This version of Rhino.PlugIns.LicenseUtils.GetLicense
is used by Rhino C++ plug-ins.
| |
| GetLicense(ValidateProductKeyDelegate, OnLeaseChangedDelegate, VerifyLicenseKeyDelegate, VerifyPreviousVersionLicenseDelegate, Int32, Int32, String, String, String, Guid, Guid) | ||
| GetLicenseCapabilities |
Converts an integer to a LicenseCapabilities flag
| |
| GetLicenseStatus |
Returns the current status of every license for ui purposes.
| |
| GetLicenseType |
Returns the contentType of a specified product license
| |
| GetOneLicenseStatus |
Returns the current status of a license for ui purposes.
| |
| Initialize | Initializes the license manager. | |
| IsCheckOutEnabled |
Returns whether or not license checkout is enabled.
| |
| LicenseOptionsHandler(Guid, String, Boolean) | ||
| LicenseOptionsHandler(Guid, Guid, String, Boolean) | ||
| LoginToCloudZoo | ||
| LogoutOfCloudZoo | ||
| ReturnLicense(Guid) |
OBSOLETE - REMOVE WHEN POSSIBLE.
| |
| ReturnLicense(ValidateProductKeyDelegate) |
This (internal) version of Rhino.PlugIns.LicenseUtils.ReturnLicense is used
is used by Rhino C++ plug-ins.
| |
| ShowBuyLicenseUi | ||
| ShowLicenseValidationUi |
ShowLicenseValidationUi
| |
| ShowRhinoExpiredMessage(Int32, Int32) |
Show Rhino or Beta expired message
| |
| ShowRhinoExpiredMessage(Mode, Int32) |
Show Rhino or Beta expired message
|