<< Click to Display Table of Contents >> NShape Reference
|
Checks whether the action is allowed.
public bool IsGranted(ISecurityManager securityManager) |
The action checks the required permissions against the security manager.
Name |
Description |
---|---|
securityManager |
Security manager to check with. Usually this is Project.SecurityManager. |
True, if all required permissions are given.
Name |
Description |
---|---|
ArgumentNullException |
Passed security manager is null. |