Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
Class wraps a given reader and delegates all XmlDictionaryReader calls to the inner wrapped reader.
The following tables list the members exposed by the DelegatingXmlDictionaryReader type.
Protected Constructors
Name | Description | |
---|---|---|
DelegatingXmlDictionaryReader | Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
![]() |
AttributeCount | Overridden. Gets the number of Attributes at the current reader position. |
![]() |
BaseURI | Overridden. Gets the base Uri of the current node. |
![]() |
CanCanonicalize | (Inherited from XmlDictionaryReader) |
![]() |
CanReadBinaryContent | (Inherited from XmlReader) |
![]() |
CanReadValueChunk | (Inherited from XmlReader) |
![]() |
CanResolveEntity | (Inherited from XmlReader) |
![]() |
Depth | Overridden. Gets the Depth of the current node. |
![]() |
EOF | Overridden. Gets a value indicating if reader is positioned at the end of the stream. |
![]() |
HasAttributes | (Inherited from XmlReader) |
![]() |
HasValue | Overridden. Gets a value indicating if the current node can have a Value. |
![]() |
IsDefault | Overridden. Gets a value indicating if the current node is an attribute that was generated from the default value defined in the DTD or Schema. |
![]() |
IsEmptyElement | Overridden. Gets a value indicating if the current node is an empty element. |
![]() |
Item | Overridden. Gets the value of the attribute with the specified index. |
![]() |
Item | Overridden. Gets the value of the attribute with the specified System.Xml.XmlReader.Name. |
![]() |
Item | Overridden. Gets the value of the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI from the wrapped reader. |
![]() |
LocalName | Overridden. Gets the local name of the current node. |
![]() |
Name | Overridden. Gets the qualified name of the current node. |
![]() |
NamespaceURI | Overridden. Gets the namespace URI of the current node. |
![]() |
NameTable | Overridden. Gets the XmlNameTable associated with this instance. |
![]() |
NodeType | Overridden. Gets the type of the current node. |
![]() |
Prefix | Overridden. Gets the prefix of the current node. |
![]() |
Quotas | (Inherited from XmlDictionaryReader) |
![]() |
QuoteChar | Overridden. Gets the quotation mark character used to enclose the attribute node. (" or '). |
![]() |
ReadState | Overridden. Gets the ReadState of the reader. |
![]() |
SchemaInfo | (Inherited from XmlReader) |
![]() |
Settings | (Inherited from XmlReader) |
![]() |
Value | Overridden. Gets the text value of the current node. |
![]() |
ValueType | Overridden. Gets the Common Language Runtime (CLR) type of the current node. |
![]() |
XmlLang | Overridden. Gets the xml:lang scope. |
![]() |
XmlSpace | Overridden. Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
InnerReader | Gets the wrapped inner reader. |
Top
Public Methods
(see also Protected Methods)
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from XmlReader) |
![]() |
Finalize | (Inherited from Object) |
![]() |
InitializeInnerReader | Initializes the Inner reader that this instance wraps. |
![]() |
IsTextNode | (Inherited from XmlDictionaryReader) |
![]() |
MemberwiseClone | (Inherited from Object) |
![]() |
ReadContentAsBinHex | (Inherited from XmlDictionaryReader) |
![]() |
ReadContentAsString | (Inherited from XmlDictionaryReader) |
![]() |
ReadString | (Inherited from XmlDictionaryReader) |
Top
See Also
Reference
DelegatingXmlDictionaryReader Class
Microsoft.IdentityModel.Protocols.XmlSignature Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.