Skip to content

ValidateProductKey

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:System.String

licenseData

Type: Rhino.PlugIns.LicenseData.

Return Value

Type: ValidateResult