IsolatedStorageFilePermission::ToXml Method ()

 

Creates an XML encoding of the permission and its current state.

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

public:
[ComVisibleAttribute(false)]
virtual SecurityElement^ ToXml() override

Return Value

Type: System.Security::SecurityElement^

An XML encoding of the permission, including any state information.

The ToXml method enables the IsolatedStorageFilePermission to be XML-encoded for security purposes.

.NET Framework
Available since 2.0
Return to top
Show: