ISecurityPolicyEncodable Interface  
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.
Supports the methods that convert permission object state to and from an XML element representation.
public interface class ISecurityPolicyEncodablepublic interface ISecurityPolicyEncodable[System.Runtime.InteropServices.ComVisible(true)]
public interface ISecurityPolicyEncodabletype ISecurityPolicyEncodable = interface[<System.Runtime.InteropServices.ComVisible(true)>]
type ISecurityPolicyEncodable = interfacePublic Interface ISecurityPolicyEncodable- Derived
- Attributes
Remarks
This interface is similar to ISecurityEncodable, with the exception that it includes policy-level context. Policy level is needed to resolve references to named permission sets.
Methods
| FromXml(SecurityElement, PolicyLevel) | Reconstructs a security object with a specified state from an XML encoding. | 
| ToXml(PolicyLevel) | Creates an XML encoding of the security object and its current state. |