WebPermission.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a copy of a WebPermission.
public:
override System::Security::IPermission ^ Copy();
public override System.Security.IPermission Copy();
override this.Copy : unit -> System.Security.IPermission
Public Overrides Function Copy () As IPermission
Returns
A new instance of the WebPermission class that has the same values as the original.
Remarks
The IPermission returned by this method represents the same access to resources as the original WebPermission. This method overrides Copy and is implemented to support the IPermission interface.