Click or drag to resize
LicenseKeyInfoProviderIsLocalDomain Method
Check if given domain is localhost domain.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static bool IsLocalDomain(
	string domain
)

Parameters

domain
Type: SystemString
Domain to check.

Return Value

Type: Boolean
See Also