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