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!

StrongName.Copy

Creates an equivalent copy of the strong name object.

[Visual Basic]
Public Function Copy() As Object
[C#]
public object Copy();
[C++]
public: Object* Copy();
[JScript]
public function Copy() : Object;

Return Value

An equivalent copy of the strong name object.

Remarks

For any strong name evidence object z, if x = z.Copy() then x.Equals(z) is true.

See Also

StrongName Class | StrongName Members | System.Security.Policy Namespace