ApplicationTrust::ToXml Method ()

 

Creates an XML encoding of the ApplicationTrust object and its current state.

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

public:
virtual SecurityElement^ ToXml() sealed

Return Value

Type: System.Security::SecurityElement^

An XML encoding of the security object, including any state information.

The ToXml and FromXml methods are implemented to make ApplicationTrust objects XML-encodable for security policy use.

.NET Framework
Available since 2.0
Return to top
Show: