Click or drag to resize
LicenseKeyInfoProviderGetLicenseKeyInfo Method (String)
Returns the LicenseKeyInfo structure for the specified domain.

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

Parameters

domain
Type: SystemString
LicenseDomain

Return Value

Type: LicenseKeyInfo
See Also