Name
ISecurityPolicyEncodable
Synopsis
public interface ISecurityPolicyEncodable { // Public Instance Methods public void FromXml(SecurityElemente, System.Security.Policy.PolicyLevellevel); public SecurityElement ToXml(System.Security.Policy.PolicyLevellevel); }
This interface, like ISecurityEncodable, defines
methods to support converting security object state to and from XML
representations. However, the ToXml( ) and
FromXml( ) methods defined in
ISecurityPolicyEncodable include a
System.Security.Policy.PolicyLevel argument,
allowing the implementing class to base the XML representation of its
state on the policy level to which it belongs.
Implemented By
System.Security.Policy.{AllMembershipCondition,
ApplicationDirectoryMembershipCondition,
HashMembershipCondition,
IMembershipCondition,
PolicyStatement,
PublisherMembershipCondition,
SiteMembershipCondition,
StrongNameMembershipCondition,
UrlMembershipCondition,
ZoneMembershipCondition}
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access