System.Security.PermissionSet.Copy Method

Creates a copy of the System.Security.PermissionSet.

Syntax

public virtual PermissionSet Copy ()

Returns

A copy of the System.Security.PermissionSet.

Remarks

A copy of a System.Security.PermissionSet represents the same access to resources as the original object. Changes made to the copy do not affect the original permission set.

Requirements

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