ResourcePermissionBase::Copy Method ()

 

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

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

public:
virtual IPermission^ Copy() override

Return Value

Type: System.Security::IPermission^

A copy of the current permission object.

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

.NET Framework
Available since 1.1
Return to top
Show: