Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Supports the methods that convert permission object state to and from an XML element representation.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

<ComVisibleAttribute(True)>
Public Interface ISecurityPolicyEncodable

NameDescription
System_CAPS_pubmethodFromXml(SecurityElement, PolicyLevel)

Reconstructs a security object with a specified state from an XML encoding.

System_CAPS_pubmethodToXml(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
Return to top
Show:
© 2017 Microsoft