Reconstructs a security object with a given state from an XML encoding.
[Visual Basic] Sub FromXml( _ ByVal e As SecurityElement _ ) [C#] void FromXml( SecurityElement e ); [C++] void FromXml( SecurityElement* e ) = 0; [JScript] function FromXml( e : SecurityElement );
Custom code that extends security objects will need to implement the ToXML and FromXML methods to make the objects security-encodable.
ISecurityEncodable Interface | ISecurityEncodable Members | System.Security Namespace