Click or drag to resize

LicenseDataRequiresOnlineValidation Property

Set to true if this license requires online validation. Caller must also pass VerifyOnlineValidationCodeDelegate to GetLicense/AskUserForLicense

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool RequiresOnlineValidation { get; set; }

Property Value

Type: Boolean
See Also