HttpRuntime.GetNamedPermissionSet Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the set of permissions associated with code groups.
Assembly: System.Web (in System.Web.dll)
<AspNetHostingPermissionAttribute(SecurityAction.Demand, Level := AspNetHostingPermissionLevel.Unrestricted)> Public Shared Function GetNamedPermissionSet As NamedPermissionSet
Return Value
Type: System.Security.NamedPermissionSetA NamedPermissionSet object containing the names and descriptions of permissions, or null if none exists.
GetNamedPermissionSet is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: