RhinoAppValidateRhinoLicense Method |
Validates a stand-alone Rhino license key for the given Rhino account email
against the McNeel validation server, without asking the user for any input.
Shows the validation wizard's connection/validation progress steps; problems
reported by the server route to the wizard's normal interactive steps.
On success the license is locked to this computer (standalone node).
Used by the rhinoN://license protocol handler to install a license from a web link.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.34
Syntaxpublic static bool ValidateRhinoLicense(
string licenseKey,
string email
)
Public Shared Function ValidateRhinoLicense (
licenseKey As String,
email As String
) As Boolean
Parameters
- licenseKey
- Type: SystemString
The Rhino license key to validate and install. - email
- Type: SystemString
The Rhino account email to validate the key against.
Return Value
Type:
Booleantrue if the license validated and was installed; otherwise false.
See Also