ISecurityPolicyEncodable::ToXml Method (PolicyLevel^)
.NET Framework (current version)
Creates an XML encoding of the security object and its current state.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- level
-
Type:
System.Security.Policy::PolicyLevel^
The policy-level context to resolve named permission set references.
Return Value
Type: System.Security::SecurityElement^The root element of the XML representation of the policy object.
The policy-level context is provided for resolution of named permission set references. For example, code groups use policy level to find named permission sets by name.
Custom code that extends security policy objects needs to implement the ToXml and FromXml methods to make the objects security-encodable.
.NET Framework
Available since 1.1
Available since 1.1
Show: