ZooClientParametersVerifyLicenseKey Method |
Called by GetLicense to ensure that the license key entered by the user is legitimate and can be used.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public ValidateResult VerifyLicenseKey(
string licenseKey,
string validationCode,
DateTime validationCodeInstallDate,
bool gracePeriodExpired,
out LicenseData licenseData
)
Public Function VerifyLicenseKey (
licenseKey As String,
validationCode As String,
validationCodeInstallDate As DateTime,
gracePeriodExpired As Boolean,
<OutAttribute> ByRef licenseData As LicenseData
) As ValidateResult
Parameters
- licenseKey
- Type: SystemString
License key string entered by user - validationCode
- Type: SystemString
Validation code entered by user (only if a previous call to VerifyLicenseKey set LicenseData.RequiresOnlineValidation to true). - validationCodeInstallDate
- Type: SystemDateTime
Date that validation code was entered by user (only if a previous call to VerifyLicenseKey set LicenseData.RequiresOnlineValidation to true). - gracePeriodExpired
- Type: SystemBoolean
Date by which license validation must complete successfully. - licenseData
- Type: Rhino.PlugInsLicenseData
Output parameter where return data about the license is set.
Return Value
Type:
ValidateResult[Missing <returns> documentation for "M:Rhino.Runtime.ZooClientParameters.VerifyLicenseKey(System.String,System.String,System.DateTime,System.Boolean,Rhino.PlugIns.LicenseData@)"]
See Also