ReflectionPermission::ToXml Method ()
.NET Framework (current version)
Creates an XML encoding of the permission and its current state.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::SecurityElement^An XML encoding of the permission, including any state information.
Implements
ISecurityEncodable::ToXml()The following code example shows the behavior of the ToXml method. This example is part of a larger example provided for the ReflectionPermission class.
Note |
|---|
The code example is intended to show the behavior of the method, not to demonstrate its use. In general, the methods of permission classes are used by the security infrastructure; they are not typically used in applications. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
