public interface ISecurityEncodable {
// Public Instance Methods
public void FromXml(SecurityElement e);
public SecurityElement ToXml( );
}
The ISecurityEncodable interface defines methods
to support converting security object state to and from XML
representations.