NamedPermissionSet::ToXml Method ()
.NET Framework (current version)
Creates an XML element description of the named permission set.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security::SecurityElement^The XML representation of the named permission set.
Implements
ISecurityEncodable::ToXml()The following code example shows the use of the ToXml method to recreate a NamedPermissionSet object. This code example is part of a larger example provided for the NamedPermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: