ApplicationTrust::Clone Method ()

.NET Framework (current version)
 

Creates a new object that is a complete copy of the current instance.

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)]
virtual EvidenceBase^ Clone() override

Return Value

Type: System.Security.Policy::EvidenceBase^

A duplicate copy of this application trust object.

.NET Framework
Available since 4.5
Return to top
Show: