PermissionSet Constructor (PermissionSet^)
.NET Framework (current version)
Initializes a new instance of the PermissionSet class with initial values taken from the permSet parameter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- permSet
-
Type:
System.Security::PermissionSet^
The set from which to take the value of the new PermissionSet, or null to create an empty PermissionSet.
The new PermissionSet contains copies of the permissions contained in the specified PermissionSet.
Note |
|---|
This is equivalent to Copy when the permSet parameter is not null. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
