ISecurityPolicyEncodable.ToXml(PolicyLevel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an XML encoding of the security object and its current state.
public:
System::Security::SecurityElement ^ ToXml(System::Security::Policy::PolicyLevel ^ level);
public System.Security.SecurityElement ToXml (System.Security.Policy.PolicyLevel level);
abstract member ToXml : System.Security.Policy.PolicyLevel -> System.Security.SecurityElement
Public Function ToXml (level As PolicyLevel) As SecurityElement
Parameters
- level
- PolicyLevel
The policy-level context to resolve named permission set references.
Returns
The root element of the XML representation of the policy object.
Remarks
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.