DelegatingXmlDictionaryReader Class

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)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class DelegatingXmlDictionaryReader
    Inherits XmlDictionaryReader
[DefaultMemberAttribute("Item")] 
public class DelegatingXmlDictionaryReader : XmlDictionaryReader
[DefaultMemberAttribute(L"Item")] 
public ref class DelegatingXmlDictionaryReader : public XmlDictionaryReader
/** @attribute DefaultMemberAttribute("Item") */ 
public class DelegatingXmlDictionaryReader extends XmlDictionaryReader
DefaultMemberAttribute("Item") 
public class DelegatingXmlDictionaryReader extends XmlDictionaryReader

Vererbungshierarchie

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace