Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PermissionSet Constructor (PermissionSet^)

 

Initializes a new instance of the PermissionSet class with initial values taken from the permSet parameter.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
PermissionSet(
	PermissionSet^ permSet
)

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.

System_CAPS_noteNote

This is equivalent to Copy when the permSet parameter is not null.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft