ISecurityPolicyEncodable.ToXml(PolicyLevel) Method

Definition

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.

Applies to