PnrpPermission.Copy Method

Definition

Creates and returns an identical copy of the current PnrpPermission.

public override System.Security.IPermission Copy ();

Returns

An object with an IPermission interface, whose instance contains a copy of the current instance of PnrpPermission.

Exceptions

The parameter is not a valid PnrpPermission element.

-or-

The parameter's version number is not supported.

The parameter is a null reference (Nothing in Visual Basic).

Remarks

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

Instances of this type have two permission states: they either have no access to the resource(s) protected by the permission, or they have unrestricted full access to those resources.

Applies to

Product Versies
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also