ISecurityPolicyEncodable Interface
Definition
Supports the methods that convert permission object state to and from an XML element representation.
public interface class ISecurityPolicyEncodable
public interface ISecurityPolicyEncodable
[System.Runtime.InteropServices.ComVisible(true)]
public interface ISecurityPolicyEncodable
type ISecurityPolicyEncodable = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ISecurityPolicyEncodable = interface
Public 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. |