SecurityManager.IsGranted Method
.NET Framework 4.5
Note: This API is now obsolete.
Determines whether a permission is granted to the caller.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
[ObsoleteAttribute("IsGranted is obsolete and will be removed in a future release of the .NET Framework. Please use the PermissionSet property of either AppDomain or Assembly instead.")] public static bool IsGranted( IPermission perm )
Parameters
- perm
- Type: System.Security.IPermission
The permission to test against the grant of the caller.
Return Value
Type: System.Booleantrue if the permissions granted to the caller include the permission perm; otherwise, false.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.