NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPermission.Copy

Returns a copy of the permission object that is equivalent.

[Visual Basic]
Function Copy() As IPermission
[C#]
IPermission Copy();
[C++]
IPermission* Copy() = 0;
[JScript]
function Copy() : IPermission;

Return Value

A copy of the permission object.

Remarks

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

See Also

IPermission Interface | IPermission Members | System.Security Namespace