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