System.Security.Permissions.StorePermission.Copy Method

Creates and returns an identical copy of the current permission.

Syntax

public override System.Security.IPermission Copy ()

Returns

A copy of the current permission.

Remarks

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

Requirements

Namespace: System.Security.Permissions
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0