LicenseData.RequiresOnlineValidation Property

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; }
Public Property RequiresOnlineValidation As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also