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