StorePermission.Copy 方法

定义

创建并返回当前权限的相同副本。Creates and returns an identical copy of the current permission.

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

返回

IPermission

当前权限的副本。A copy of the current permission.

注解

权限的副本表示对资源的相同访问权限。A copy of a permission represents the same access to resources as the original permission.

适用于