DataProtectionPermission::Copy Method ()
.NET Framework (current version)
Creates and returns an identical copy of the current permission.
Assembly: System.Security (in System.Security.dll)
Implements
IPermission::Copy()A copy of the permission represents the same access to resources as the original permission.
The following code example shows the use of the Copy method. This code example is part of a larger example provided for the DataProtectionPermission class.
Note |
|---|
The code example is intended to show the behavior of the method, not to demonstrate its use. In general, the methods of permission classes are used by the security infrastructure; they are not typically used in applications. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
