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)
Syntax
public bool RequiresOnlineValidation { get; set; }
Public Property RequiresOnlineValidation As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Windows

Supported in: 6.8
See Also