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