Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
CodeGroup Class
CodeGroup Methods
 ParseXml Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
CodeGroup..::.ParseXml Method

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 _
)
Visual Basic (Usage)
Dim e As SecurityElement
Dim level As PolicyLevel

Me.ParseXml(e, level)
C#
protected virtual void ParseXml(
    SecurityElement e,
    PolicyLevel level
)
Visual C++
protected:
virtual void ParseXml(
    SecurityElement^ e, 
    PolicyLevel^ level
)
JScript
protected function ParseXml(
    e : SecurityElement, 
    level : PolicyLevel
)

Parameters

e
Type: System.Security..::.SecurityElement
The XML encoding to use to reconstruct the security object.
level
Type: System.Security.Policy..::.PolicyLevel
The policy level within which the code group exists.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker