NamedPermissionSet Constructor
.NET Framework (current version)
Initializes a new instance of the NamedPermissionSet class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | NamedPermissionSet(NamedPermissionSet^) | Initializes a new instance of the NamedPermissionSet class from another named permission set. |
![]() | NamedPermissionSet(String^) | Initializes a new, empty instance of the NamedPermissionSet class with the specified name. |
![]() | NamedPermissionSet(String^, PermissionSet^) | Initializes a new instance of the NamedPermissionSet class with the specified name from a permission set. |
![]() | NamedPermissionSet(String^, PermissionState) | Initializes a new instance of the NamedPermissionSet class with the specified name in either an unrestricted or a fully restricted state. |
Show:
