Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft