System.Security.NamedPermissionSet Class

Defines a permission set that has a name and description associated with it. This class cannot be inherited.

See Also: NamedPermissionSet Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class NamedPermissionSet : PermissionSet

Remarks

Named permission sets are used in security policy administration to specify the permissions to be granted to code that belongs to certain code groups. Names are strings of alphanumeric characters. Description strings can consist of any printable characters.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0