Class wraps a given reader and delegates all XmlDictionaryReader calls to the inner wrapped reader.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As DelegatingXmlDictionaryReader

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class DelegatingXmlDictionaryReader
		Inherits XmlDictionaryReader
C#
[DefaultMemberAttribute("Item")] 
public class DelegatingXmlDictionaryReader : XmlDictionaryReader
C++
[DefaultMemberAttribute(L"Item")] 
public ref class DelegatingXmlDictionaryReader : public XmlDictionaryReader
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public class DelegatingXmlDictionaryReader extends XmlDictionaryReader
JScript
DefaultMemberAttribute("Item") 
public class DelegatingXmlDictionaryReader extends XmlDictionaryReader

Inheritance Hierarchy

System.Object
   System.Xml.XmlReader
     System.Xml.XmlDictionaryReader
      Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryReader
         Microsoft.IdentityModel.Protocols.XmlSignature.EnvelopedSignatureReader
         Microsoft.IdentityModel.Protocols.XmlSignature.EnvelopingSignatureReader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also