When overridden in a derived class, reconstructs properties and internal state specific to a derived code group from the specified SecurityElement.
Namespace:
System.Security.Policy
Assembly:
mscorlib (in mscorlib.dll)
Visual Basic (Declaration)
Protected Overridable Sub ParseXml ( _
e As SecurityElement, _
level As PolicyLevel _
)
Dim e As SecurityElement
Dim level As PolicyLevel
Me.ParseXml(e, level)
protected virtual void ParseXml(
SecurityElement e,
PolicyLevel level
)
protected:
virtual void ParseXml(
SecurityElement^ e,
PolicyLevel^ level
)
protected function ParseXml(
e : SecurityElement,
level : PolicyLevel
)
FromXml cannot be overridden. If you need to deserialize members specific to a particular implementation of CodeGroup, you must override ParseXml and deserialize your members there. When the code group is deserialized, FromXml calls ParseXml and reconstructs your members from the SecurityElement.
This method deserializes XML created using CreateXml.
Notes to Inheritors: If you implement this method, you must implement the CreateXml method as well.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Reference