DeployLX Software Protection System

DomainNameLimit..::..Validate Method

Validates that the SecureLicense being granted is within the limits enforced by this object.

Syntax

Public Overrides Function Validate ( _
	context As SecureLicenseContext _
) As ValidationResult
public override ValidationResult Validate(
	SecureLicenseContext context
)

Parameters

context
The SecureLicenseContext used to determine the environment and settings of the licensing.

Return Value

Returns one of the ValidationResult values indicating the status of the validation.

Remarks

If validation fails, limits should report the reason for failure to the SecureLicenseContext by calling ReportError(String, Object, Exception, ErrorSeverity, array<Object>[]()[][]).

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also