Creates and returns an identical copy of the current permission object.
[Visual Basic] Overrides Public Function Copy() As IPermission [C#] public override IPermission Copy(); [C++] public: override IPermission* Copy(); [JScript] public override function Copy() : IPermission;
Copy of the strong name identity permission object.
Creates a deep copy such that changes to one object do not affect the other.
StrongNameIdentityPermission Class | StrongNameIdentityPermission Members | System.Security.Permissions Namespace