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