ISecurityEncodable

ISecurityEncodable

System.Security (mscorlib.dll)interface
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.

Implemented By

Multiple types



    Part V: API Quick Reference