EnvelopedSignatureReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wraps a reader that is pointing to enveloped signed XML to provide a reader that can be used to read the content without having to process the signature. The signature is automatically validated when the last element of the envelope is read. This class cannot be inherited.
public ref class EnvelopedSignatureReader sealed : System::IdentityModel::DelegatingXmlDictionaryReader
public sealed class EnvelopedSignatureReader : System.IdentityModel.DelegatingXmlDictionaryReader
type EnvelopedSignatureReader = class
inherit DelegatingXmlDictionaryReader
Public NotInheritable Class EnvelopedSignatureReader
Inherits DelegatingXmlDictionaryReader
- Inheritance
Constructors
EnvelopedSignatureReader(XmlReader, SecurityTokenSerializer, SecurityTokenResolver, Boolean, Boolean, Boolean) |
Initializes a new instance of the EnvelopedSignatureReader class by using the specified reader, security token serializer, token resolver, and behavior. |
EnvelopedSignatureReader(XmlReader, SecurityTokenSerializer, SecurityTokenResolver) |
Initializes a new instance of the EnvelopedSignatureReader class by using the specified reader, security token serializer, and token resolver. |
EnvelopedSignatureReader(XmlReader, SecurityTokenSerializer) |
Initializes a new instance of the EnvelopedSignatureReader class by using the specified reader and security token serializer. |
Properties
AttributeCount |
Gets the number of attributes at the current reader position. (Inherited from DelegatingXmlDictionaryReader) |
BaseURI |
Gets the base URI of the current node. (Inherited from DelegatingXmlDictionaryReader) |
CanCanonicalize |
This property always returns |
CanReadBinaryContent |
Gets a value indicating whether the XmlReader implements the binary content read methods. (Inherited from XmlReader) |
CanReadValueChunk |
Gets a value indicating whether the XmlReader implements the ReadValueChunk(Char[], Int32, Int32) method. (Inherited from XmlReader) |
CanResolveEntity |
Gets a value indicating whether this reader can parse and resolve entities. (Inherited from XmlReader) |
Depth |
Gets the Depth of the current node. (Inherited from DelegatingXmlDictionaryReader) |
EOF |
Gets a value that indicates whether the reader is positioned at the end of the stream. (Inherited from DelegatingXmlDictionaryReader) |
HasAttributes |
Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader) |
HasValue |
Gets a value that indicates whether the current node can have a Value. (Inherited from DelegatingXmlDictionaryReader) |
InnerReader |
Gets the inner reader that is wrapped by this instance. (Inherited from DelegatingXmlDictionaryReader) |
IsDefault |
Gets a value that indicates whether the current node is an attribute that was generated from the default value defined in the DTD or Schema. (Inherited from DelegatingXmlDictionaryReader) |
IsEmptyElement |
Gets a value that indicates whether the current node is an empty element. (Inherited from DelegatingXmlDictionaryReader) |
Item[Int32] |
Gets the value of the attribute with the specified index. (Inherited from DelegatingXmlDictionaryReader) |
Item[String, String] |
Gets the value of the attribute with the specified local name and namespace URI (as returned by the LocalName property and the NamespaceURI property from the wrapped reader. (Inherited from DelegatingXmlDictionaryReader) |
Item[String] |
Gets the value of the attribute with the specified name (as returned by the Name property from the wrapped reader). (Inherited from DelegatingXmlDictionaryReader) |
LocalName |
Gets the local name of the current node. (Inherited from DelegatingXmlDictionaryReader) |
Name |
Gets the qualified name of the current node. (Inherited from DelegatingXmlDictionaryReader) |
NamespaceURI |
Gets the namespace URI of the current node. (Inherited from DelegatingXmlDictionaryReader) |
NameTable |
Gets the XmlNameTable associated with this instance. (Inherited from DelegatingXmlDictionaryReader) |
NodeType |
Gets the type of the current node. (Inherited from DelegatingXmlDictionaryReader) |
Prefix |
Gets the namespace prefix associated with the current node. (Inherited from DelegatingXmlDictionaryReader) |
Quotas |
Gets the quota values that apply to the current instance of this class. (Inherited from XmlDictionaryReader) |
QuoteChar |
Gets the quotation mark character used to enclose the value of an attribute node. (" or '). (Inherited from DelegatingXmlDictionaryReader) |
ReadState |
Gets the state of the reader. (Inherited from DelegatingXmlDictionaryReader) |
SchemaInfo |
Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from XmlReader) |
Settings |
Gets the XmlReaderSettings object used to create this XmlReader instance. (Inherited from XmlReader) |
SigningCredentials |
Gets the signing credentials that are used in the signature, after the envelope is consumed and when the signature is validated. |
Value |
Gets the text value of the current node. (Inherited from DelegatingXmlDictionaryReader) |
ValueType |
Gets the Common Language Runtime (CLR) type of the current node. (Inherited from DelegatingXmlDictionaryReader) |
XmlLang |
Gets the |
XmlSpace |
Gets the current |
Methods
Close() |
Closes the reader and changes the ReadState to Closed. (Inherited from DelegatingXmlDictionaryReader) |
Dispose() |
Releases all resources used by the current instance of the XmlReader class. (Inherited from XmlReader) |
Dispose(Boolean) |
Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources. (Inherited from XmlReader) |
EndCanonicalization() |
This method is not yet implemented. (Inherited from XmlDictionaryReader) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetAttribute(Int32) |
Gets the value of the attribute at the given index. (Inherited from DelegatingXmlDictionaryReader) |
GetAttribute(String, String) |
Gets the value of the attribute with the given name and namespace Uri. (Inherited from DelegatingXmlDictionaryReader) |
GetAttribute(String) |
Gets the value of the attribute with the given name. (Inherited from DelegatingXmlDictionaryReader) |
GetAttribute(XmlDictionaryString, XmlDictionaryString) |
When overridden in a derived class, gets the value of an attribute. (Inherited from XmlDictionaryReader) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetNonAtomizedNames(String, String) |
Gets non-atomized names. (Inherited from XmlDictionaryReader) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetValueAsync() |
Asynchronously gets the value of the current node. (Inherited from XmlReader) |
IndexOfLocalName(String[], String) |
Gets the index of the local name of the current node within an array of names. (Inherited from XmlDictionaryReader) |
IndexOfLocalName(XmlDictionaryString[], XmlDictionaryString) |
Gets the index of the local name of the current node within an array of names. (Inherited from XmlDictionaryReader) |
InitializeInnerReader(XmlDictionaryReader) |
Initializes this instance with the specified inner reader. (Inherited from DelegatingXmlDictionaryReader) |
IsLocalName(String) |
Checks whether the parameter, |
IsLocalName(XmlDictionaryString) |
Checks whether the parameter, |
IsNamespaceUri(String) |
Checks whether the parameter, |
IsNamespaceUri(XmlDictionaryString) |
Checks whether the parameter, |
IsStartArray(Type) |
Checks whether the reader is positioned at the start of an array. This class returns |
IsStartElement() |
Calls MoveToContent() and tests if the current content node is a start tag or empty element tag. (Inherited from XmlReader) |
IsStartElement(String, String) |
Calls MoveToContent() and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings. (Inherited from XmlReader) |
IsStartElement(String) |
Calls MoveToContent() and tests if the current content node is a start tag or empty element tag and if the Name property of the element found matches the given argument. (Inherited from XmlReader) |
IsStartElement(XmlDictionaryString, XmlDictionaryString) |
Tests whether the first tag is a start tag or empty element tag and if the local name and namespace URI match those of the current node. (Inherited from XmlDictionaryReader) |
IsTextNode(XmlNodeType) |
Tests whether the current node is a text node. (Inherited from XmlDictionaryReader) |
LookupNamespace(String) |
Resolves a namespace prefix in the current element scope. (Inherited from DelegatingXmlDictionaryReader) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
MoveToAttribute(Int32) |
Moves to the attribute with the specified index. (Inherited from DelegatingXmlDictionaryReader) |
MoveToAttribute(String, String) |
Moves to the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI. (Inherited from DelegatingXmlDictionaryReader) |
MoveToAttribute(String) |
Moves to the attribute with the given local name. (Inherited from DelegatingXmlDictionaryReader) |
MoveToContent() |
Checks whether the current node is a content (non-white space text, |
MoveToContentAsync() |
Asynchronously checks whether the current node is a content node. If the node is not a content node, the reader skips ahead to the next content node or end of file. (Inherited from XmlReader) |
MoveToElement() |
Moves to a node of type Element. (Inherited from DelegatingXmlDictionaryReader) |
MoveToFirstAttribute() |
Moves to the first attribute. (Inherited from DelegatingXmlDictionaryReader) |
MoveToNextAttribute() |
Moves the reader to the next attribute. (Inherited from DelegatingXmlDictionaryReader) |
MoveToStartElement() |
Tests whether the current content node is a start element or an empty element. (Inherited from XmlDictionaryReader) |
MoveToStartElement(String, String) |
Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given arguments. (Inherited from XmlDictionaryReader) |
MoveToStartElement(String) |
Tests whether the current content node is a start element or an empty element and if the Name property of the element matches the given argument. (Inherited from XmlDictionaryReader) |
MoveToStartElement(XmlDictionaryString, XmlDictionaryString) |
Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given argument. (Inherited from XmlDictionaryReader) |
Read() |
Reads the next node from the stream. |
ReadArray(String, String, Boolean[], Int32, Int32) |
Reads repeated occurrences of Boolean nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, DateTime[], Int32, Int32) |
Reads repeated occurrences of DateTime nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, Decimal[], Int32, Int32) |
Reads repeated occurrences of Decimal nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, Double[], Int32, Int32) |
Reads repeated occurrences of Double nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, Guid[], Int32, Int32) |
Reads repeated occurrences of Guid nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, Int16[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(String, String, Int32[], Int32, Int32) |
Reads repeated occurrences of integers into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(String, String, Int64[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(String, String, Single[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(String, String, TimeSpan[], Int32, Int32) |
Reads repeated occurrences of TimeSpan nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Boolean[], Int32, Int32) |
Reads repeated occurrences of Boolean nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, DateTime[], Int32, Int32) |
Reads repeated occurrences of DateTime nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Decimal[], Int32, Int32) |
Reads repeated occurrences of Decimal nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Double[], Int32, Int32) |
Reads repeated occurrences of Double nodes type into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Guid[], Int32, Int32) |
Reads repeated occurrences of Guid nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Int16[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(XmlDictionaryString, XmlDictionaryString, Int32[], Int32, Int32) |
Reads repeated occurrences of integers into a typed array. (Inherited from XmlDictionaryReader) |
ReadArray(XmlDictionaryString, XmlDictionaryString, Int64[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(XmlDictionaryString, XmlDictionaryString, Single[], Int32, Int32) |
Reads repeated occurrences of |
ReadArray(XmlDictionaryString, XmlDictionaryString, TimeSpan[], Int32, Int32) |
Reads repeated occurrences of TimeSpan nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadAsync() |
Asynchronously reads the next node from the stream. (Inherited from XmlReader) |
ReadAttributeValue() |
Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (Inherited from DelegatingXmlDictionaryReader) |
ReadBooleanArray(String, String) |
Reads repeated occurrences of Boolean nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadBooleanArray(XmlDictionaryString, XmlDictionaryString) |
Reads repeated occurrences of Boolean nodes into a typed array. (Inherited from XmlDictionaryReader) |
ReadContentAs(Type, IXmlNamespaceResolver) |
Converts a node's content to a specified type. (Inherited from XmlDictionaryReader) |
ReadContentAsAsync(Type, IXmlNamespaceResolver) |
Asynchronously reads the content as an object of the type specified. (Inherited from XmlReader) |
ReadContentAsBase64() |
Reads the content and returns the Base64 decoded binary bytes. (Inherited from XmlDictionaryReader) |
ReadContentAsBase64(Byte[], Int32, Int32) |
Reads the content and returns the Base64 decoded binary bytes. (Inherited from DelegatingXmlDictionaryReader) |
ReadContentAsBase64Async(Byte[], Int32, Int32) |
Asynchronously reads the content and returns the Base64 decoded binary bytes. (Inherited from XmlReader) |
ReadContentAsBinHex() |
Reads the content and returns the |
ReadContentAsBinHex(Byte[], Int32, Int32) |
Reads the content and returns the BinHex decoded binary bytes. (Inherited from DelegatingXmlDictionaryReader) |
ReadContentAsBinHex(Int32) |
Reads the content and returns the |
ReadContentAsBinHexAsync(Byte[], Int32, Int32) |
Asynchronously reads the content and returns the |
ReadContentAsBoolean() |
Reads the text content at the current position as a |
ReadContentAsChars(Char[], Int32, Int32) |
Reads the content into a |
ReadContentAsDateTime() |
Reads the text content at the current position as a DateTime object. (Inherited from XmlReader) |
ReadContentAsDateTimeOffset() |
Reads the text content at the current position as a DateTimeOffset object. (Inherited from XmlReader) |
ReadContentAsDecimal() |
Converts a node's content to |
ReadContentAsDouble() |
Reads the text content at the current position as a double-precision floating-point number. (Inherited from XmlReader) |
ReadContentAsFloat() |
Converts a node's content to |
ReadContentAsGuid() |
Converts a node's content to |
ReadContentAsInt() |
Reads the text content at the current position as a 32-bit signed integer. (Inherited from XmlReader) |
ReadContentAsLong() |
Reads the text content at the current position as a 64-bit signed integer. (Inherited from XmlReader) |
ReadContentAsObject() |
Reads the text content at the current position as an Object. (Inherited from XmlReader) |
ReadContentAsObjectAsync() |
Asynchronously reads the text content at the current position as an Object. (Inherited from XmlReader) |
ReadContentAsQualifiedName(String, String) |
Converts a node's content to a qualified name representation. (Inherited from XmlDictionaryReader) |
ReadContentAsString() |
Converts a node's content to a string. (Inherited from XmlDictionaryReader) |
ReadContentAsString(Int32) |
Converts a node's content to a string. (Inherited from XmlDictionaryReader) |
ReadContentAsString(String[], Int32) |
Converts a node's content to a string. (Inherited from XmlDictionaryReader) |
ReadContentAsString(XmlDictionaryString[], Int32) |
Converts a node's content to a string. (Inherited from XmlDictionaryReader) |
ReadContentAsStringAsync() |
Asynchronously reads the text content at the current position as a String object. (Inherited from XmlReader) |
ReadContentAsTimeSpan() |
Converts a node's content to TimeSpan. (Inherited from XmlDictionaryReader) |
ReadContentAsUniqueId() |
Reads the content and returns the contained string. (Inherited from DelegatingXmlDictionaryReader) |
ReadDateTimeArray(String, String) |
Converts a node's content to a DateTime array. (Inherited from XmlDictionaryReader) |
ReadDateTimeArray(XmlDictionaryString, XmlDictionaryString) |
Converts a node's content to a DateTime array. (Inherited from XmlDictionaryReader) |
ReadDecimalArray(String, String) |
Converts a node's content to a Decimal array. (Inherited from XmlDictionaryReader) |
ReadDecimalArray(XmlDictionaryString, XmlDictionaryString) |
Converts a node's content to a Decimal array. (Inherited from XmlDictionaryReader) |
ReadDoubleArray(String, String) |
Converts a node's content to a Double array. (Inherited from XmlDictionaryReader) |
ReadDoubleArray(XmlDictionaryString, XmlDictionaryString) |
Converts a node's content to a Double array. (Inherited from XmlDictionaryReader) |
ReadElementContentAs(Type, IXmlNamespaceResolver, String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the element content as the requested type. (Inherited from XmlReader) |
ReadElementContentAs(Type, IXmlNamespaceResolver) |
Reads the element content as the requested type. (Inherited from XmlReader) |
ReadElementContentAsAsync(Type, IXmlNamespaceResolver) |
Asynchronously reads the element content as the requested type. (Inherited from XmlReader) |
ReadElementContentAsBase64() |
Converts a node's content to a array of Base64 bytes. (Inherited from XmlDictionaryReader) |
ReadElementContentAsBase64(Byte[], Int32, Int32) |
Reads the element and decodes the |
ReadElementContentAsBase64Async(Byte[], Int32, Int32) |
Asynchronously reads the element and decodes the |
ReadElementContentAsBinHex() |
Converts a node's content to an array of |
ReadElementContentAsBinHex(Byte[], Int32, Int32) |
Reads the element and decodes the |
ReadElementContentAsBinHexAsync(Byte[], Int32, Int32) |
Asynchronously reads the element and decodes the |
ReadElementContentAsBoolean() |
Converts an element's content to a Boolean. (Inherited from XmlDictionaryReader) |
ReadElementContentAsBoolean(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a Boolean object. (Inherited from XmlReader) |
ReadElementContentAsDateTime() |
Converts an element's content to a DateTime. (Inherited from XmlDictionaryReader) |
ReadElementContentAsDateTime(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a DateTime object. (Inherited from XmlReader) |
ReadElementContentAsDecimal() |
Converts an element's content to a Decimal. (Inherited from XmlDictionaryReader) |
ReadElementContentAsDecimal(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a Decimal object. (Inherited from XmlReader) |
ReadElementContentAsDouble() |
Converts an element's content to a Double. (Inherited from XmlDictionaryReader) |
ReadElementContentAsDouble(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a double-precision floating-point number. (Inherited from XmlReader) |
ReadElementContentAsFloat() |
Converts an element's content to a floating point number (Single). (Inherited from XmlDictionaryReader) |
ReadElementContentAsFloat(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a single-precision floating-point number. (Inherited from XmlReader) |
ReadElementContentAsGuid() |
Converts an element's content to a Guid. (Inherited from XmlDictionaryReader) |
ReadElementContentAsInt() |
Converts an element's content to an integer (Int32). (Inherited from XmlDictionaryReader) |
ReadElementContentAsInt(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 32-bit signed integer. (Inherited from XmlReader) |
ReadElementContentAsLong() |
Converts an element's content to a long integer (Int64). (Inherited from XmlDictionaryReader) |
ReadElementContentAsLong(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 64-bit signed integer. (Inherited from XmlReader) |
ReadElementContentAsObject() |
Reads the current element and returns the contents as an Object. (Inherited from XmlReader) |
ReadElementContentAsObject(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as an Object. (Inherited from XmlReader) |
ReadElementContentAsObjectAsync() |
Asynchronously reads the current element and returns the contents as an Object. (Inherited from XmlReader) |
ReadElementContentAsString() |
Converts an element's content to a String. (Inherited from XmlDictionaryReader) |
ReadElementContentAsString(String, String) |
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a String object. (Inherited from XmlReader) |
ReadElementContentAsStringAsync() |
Asynchronously reads the current element and returns the contents as a String object. (Inherited from XmlReader) |
ReadElementContentAsTimeSpan() |
Converts an element's content to a TimeSpan. (Inherited from XmlDictionaryReader) |
ReadElementContentAsUniqueId() |
Converts an element's content to a unique identifier. (Inherited from XmlDictionaryReader) |
ReadElementString() |
Reads a text-only element. However, we recommend that you use the ReadElementContentAsString() method instead, because it provides a more straightforward way to handle this operation. (Inherited from XmlReader) |
ReadElementString(String, String) |
Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element. However, we recommend that you use the ReadElementContentAsString(String, String) method instead, because it provides a more straightforward way to handle this operation. (Inherited from XmlReader) |
ReadElementString(String) |
Checks that the Name property of the element found matches the given string before reading a text-only element. However, we recommend that you use the ReadElementContentAsString() method instead, because it provides a more straightforward way to handle this operation. (Inherited from XmlReader) |
ReadEndElement() |
Checks that the current content node is an end tag and advances the reader to the next node. (Inherited from XmlReader) |
ReadFullStartElement() |
Checks whether the current node is an element and advances the reader to the next node. (Inherited from XmlDictionaryReader) |
ReadFullStartElement(String, String) |
Checks whether the current node is an element with the given |
ReadFullStartElement(String) |
Checks whether the current node is an element with the given |
ReadFullStartElement(XmlDictionaryString, XmlDictionaryString) |
Checks whether the current node is an element with the given |
ReadGuidArray(String, String) |
Reads the contents of a series of nodes with the given |
ReadGuidArray(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadInnerXml() |
When overridden in a derived class, reads all the content, including markup, as a string. (Inherited from XmlReader) |
ReadInnerXmlAsync() |
Asynchronously reads all the content, including markup, as a string. (Inherited from XmlReader) |
ReadInt16Array(String, String) |
Reads the contents of a series of nodes with the given |
ReadInt16Array(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadInt32Array(String, String) |
Reads the contents of a series of nodes with the given |
ReadInt32Array(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadInt64Array(String, String) |
Reads the contents of a series of nodes with the given |
ReadInt64Array(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadOuterXml() |
When overridden in a derived class, reads the content, including markup, representing this node and all its children. (Inherited from XmlReader) |
ReadOuterXmlAsync() |
Asynchronously reads the content, including markup, representing this node and all its children. (Inherited from XmlReader) |
ReadSingleArray(String, String) |
Reads the contents of a series of nodes with the given |
ReadSingleArray(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadStartElement() |
Checks that the current node is an element and advances the reader to the next node. (Inherited from XmlReader) |
ReadStartElement(String, String) |
Checks that the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node. (Inherited from XmlReader) |
ReadStartElement(String) |
Checks that the current content node is an element with the given Name and advances the reader to the next node. (Inherited from XmlReader) |
ReadStartElement(XmlDictionaryString, XmlDictionaryString) |
Checks whether the current node is an element with the given |
ReadString() |
Reads the contents of the current node into a string. (Inherited from XmlDictionaryReader) |
ReadString(Int32) |
Reads the contents of the current node into a string with a given maximum length. (Inherited from XmlDictionaryReader) |
ReadSubtree() |
Returns a new |
ReadTimeSpanArray(String, String) |
Reads the contents of a series of nodes with the given |
ReadTimeSpanArray(XmlDictionaryString, XmlDictionaryString) |
Reads the contents of a series of nodes with the given |
ReadToDescendant(String, String) |
Advances the XmlReader to the next descendant element with the specified local name and namespace URI. (Inherited from XmlReader) |
ReadToDescendant(String) |
Advances the XmlReader to the next descendant element with the specified qualified name. (Inherited from XmlReader) |
ReadToFollowing(String, String) |
Reads until an element with the specified local name and namespace URI is found. (Inherited from XmlReader) |
ReadToFollowing(String) |
Reads until an element with the specified qualified name is found. (Inherited from XmlReader) |
ReadToNextSibling(String, String) |
Advances the |
ReadToNextSibling(String) |
Advances the |
ReadValueAsBase64(Byte[], Int32, Int32) |
Not implemented. (Inherited from XmlDictionaryReader) |
ReadValueChunk(Char[], Int32, Int32) |
Reads large streams of text embedded in an XML document. (Inherited from DelegatingXmlDictionaryReader) |
ReadValueChunkAsync(Char[], Int32, Int32) |
Asynchronously reads large streams of text embedded in an XML document. (Inherited from XmlReader) |
ResolveEntity() |
Resolves the entity reference for EntityReference nodes. (Inherited from DelegatingXmlDictionaryReader) |
Skip() |
Skips the children of the current node. (Inherited from XmlReader) |
SkipAsync() |
Asynchronously skips the children of the current node. (Inherited from XmlReader) |
StartCanonicalization(Stream, Boolean, String[]) |
This method is not yet implemented. (Inherited from XmlDictionaryReader) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryGetArrayLength(Int32) |
Not implemented in this class (it always returns |
TryGetBase64ContentLength(Int32) |
Not implemented in this class (it always returns |
TryGetLocalNameAsDictionaryString(XmlDictionaryString) |
Not implemented in this class (it always returns |
TryGetNamespaceUriAsDictionaryString(XmlDictionaryString) |
Not implemented in this class (it always returns |
TryGetValueAsDictionaryString(XmlDictionaryString) |
Not implemented in this class (it always returns |
TryReadSignature() |
Reads the signature if the reader is currently positioned at a |