ResourcePermissionBase.Copy Method

Definition

Creates and returns an identical copy of the current permission object.

C#
public override System.Security.IPermission Copy();

Returns

A copy of the current permission object.

Remarks

A copy of the permission object represents the same access to resources as the original permission object.

Applies to