Click or drag to resize
LicenseCheckDisabler Class
Allows disabling license checks while calling methods
Inheritance Hierarchy
SystemObject
  CMS.LicenseProviderLicenseCheckDisabler

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static class LicenseCheckDisabler

The LicenseCheckDisabler type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCanDisableLicenseCheck(MethodInfo)
Returns true if the given method is allowed to disable the license check
Public methodStatic memberCanDisableLicenseCheck(Type)
Returns true if the given type is allowed to disable the license check
Public methodStatic memberExecuteWithoutLicenseCheck
Executes the given method without license checks. The method must be signed with AllowDisableLicense attribute with a valid hash in order to proceed. If the method is missing the signature, or the hash is invalid, this call throws an exception.
Top
See Also