ValidateProductKeyDelegate Delegate |
Validates a product key or license.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public delegate ValidateResult ValidateProductKeyDelegate(
string productKey,
out LicenseData licenseData
)
Public Delegate Function ValidateProductKeyDelegate (
productKey As String,
<OutAttribute> ByRef licenseData As LicenseData
) As ValidateResult
Parameters
- productKey
- Type: SystemString
- licenseData
- Type: Rhino.PlugInsLicenseData
Return Value
Type:
ValidateResultSee Also