Click or drag to resize

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
)

Parameters

productKey
Type: SystemString
licenseData
Type: Rhino.PlugInsLicenseData

Return Value

Type: ValidateResult
See Also