Class wraps a given reader and delegates all XmlDictionaryReader calls to the inner wrapped reader.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As DelegatingXmlDictionaryReader

Синтаксис

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

Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также