PermissionSet.GetPermissionImpl Method
Gets a permission object of the specified type, if it exists in the set.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- permClass
- Type: System.Type
The type of the permission object.
Return Value
Type: System.Security.IPermissionA copy of the permission object, of the type specified by the permClass parameter, contained in the PermissionSet, or null if none exists.
The GetPermissionImpl method is the implementation for the GetPermission method.
The method returns null for an Unrestricted PermissionSet. Although an Unrestricted PermissionSet effectively contains all permissions, it does not have any actual instances to return.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.