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)
public: [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::Unrestricted)] static NamedPermissionSet^ GetNamedPermissionSet()
Return Value
Type: System.Security::NamedPermissionSet^A 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: