SecurityElement::Copy Method ()

 

Creates and returns an identical copy of the current SecurityElement object.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
SecurityElement^ Copy()

Return Value

Type: System.Security::SecurityElement^

A copy of the current SecurityElement object.

The copy includes both the Children and Attributes properties.

.NET Framework
Available since 2.0
Return to top
Show: