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