PermissionSet::ToXml Method ()
.NET Framework (current version)
Creates an XML encoding of the security object and its current state.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::SecurityElement^An XML encoding of the security object, including any state information.
Implements
ISecurityEncodable::ToXml()The following code example shows the use of the ToXml method. This code example is part of a larger example provided for the PermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: