The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISecurityPolicyEncodable Interface
.NET Framework (current version)
Supports the methods that convert permission object state to and from an XML element representation.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show:
