NamedPermissionSet::Copy Method ()
.NET Framework (current version)
Creates a permission set copy from a named permission set.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::PermissionSet^A permission set that is a copy of the permissions in the named permission set.
The following code example shows the use of the Copy method to create a copy of the current NamedPermissionSet. This code example is part of a larger example provided for the NamedPermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: