public interface ISecurityPolicyEncodable
|
FromXml | Reconstructs a security object with a specified state from an XML encoding. |
ToXml | Creates an XML encoding of the security object and its current state. |
void FromXml( |
e
level
SecurityElement ToXml( |
level
Custom code that extends security policy objects needs to implement the ISecurityPolicyEncodable.ToXml and ISecurityPolicyEncodable.FromXml methods to make the objects security-encodable.