Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecuritySystem.IsGranted Method

Name Parameters Description
IsGranted(IObjectSpace, Type, String, Object, String) static objectSpace, objectType, operation, targetObject, memberName Checks whether or not the specified permission is granted to the current user.
IsGranted(IPermissionRequest) static permissionRequest Checks whether or not the current user is allowed to execute the specified secured operation.
IsGranted(IPermission) static permission Checks whether or not the specified permission is granted to the current user.