DeployLX Software Protection System

DomainNameLimit..::..IsDomainValid Method

Determines whether current ASP.NET request was initiated from one of the authorized domains.

Syntax

Public Function IsDomainValid ( _
	context As SecureLicenseContext _
) As Boolean
public bool IsDomainValid(
	SecureLicenseContext context
)

Parameters

context
The current licensing context.

Return Value

Returns true if the request is valid, otherwise false.

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

See Also