ValidateProductKeyDelegate Delegate

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: ValidateResult
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also