LicenseCheckDisabler Methods |
The LicenseCheckDisabler type exposes the following members.
Name | Description | |
---|---|---|
CanDisableLicenseCheck(MethodInfo) |
Returns true if the given method is allowed to disable the license check
| |
CanDisableLicenseCheck(Type) |
Returns true if the given type is allowed to disable the license check
| |
ExecuteWithoutLicenseCheck |
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.
|