EnvelopingSignatureReader Members
[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.]
Wraps a reader pointing to a enveloping signature and provides a reader that can be used to read the content without having to process the signature. The class restricts that only one Object reference can be specified inside the enveloping signature.
The following tables list the members exposed by the EnvelopingSignatureReader type.
Public Constructors
Name | Description | |
---|---|---|
EnvelopingSignatureReader | Overloaded. Initializes a new instance of the EnvelopingSignatureReader class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
AttributeCount | Overridden. Gets the number of Attributes at the current reader position. (Inherited from XmlReader) | |
BaseURI | Overridden. Gets the base Uri of the current node. (Inherited from XmlReader) | |
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. (Inherited from XmlReader) | |
EOF | Overridden. Gets a value indicating if reader is positioned at the end of the stream. (Inherited from XmlReader) | |
HasAttributes | (Inherited from XmlReader) | |
HasValue | Overridden. Gets a value indicating if the current node can have a Value. (Inherited from XmlReader) | |
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. (Inherited from XmlReader) | |
IsEmptyElement | Overridden. Gets a value indicating if the current node is an empty element. (Inherited from XmlReader) | |
Item | Overridden. Gets the value of the attribute with the specified index. (Inherited from XmlReader) | |
Item | Overridden. Gets the value of the attribute with the specified System.Xml.XmlReader.Name. (Inherited from XmlReader) | |
Item | Overridden. Gets the value of the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI from the wrapped reader. (Inherited from XmlReader) | |
LocalName | Overridden. Gets the local name of the current node. (Inherited from XmlReader) | |
Name | Overridden. Gets the qualified name of the current node. (Inherited from XmlReader) | |
NamespaceURI | Overridden. Gets the namespace URI of the current node. (Inherited from XmlReader) | |
NameTable | Overridden. Gets the XmlNameTable associated with this instance. (Inherited from XmlReader) | |
NodeType | Overridden. Gets the type of the current node. (Inherited from XmlReader) | |
Prefix | Overridden. Gets the prefix of the current node. (Inherited from XmlReader) | |
Quotas | (Inherited from XmlDictionaryReader) | |
QuoteChar | Overridden. Gets the quotation mark character used to enclose the attribute node. (" or '). (Inherited from XmlReader) | |
ReadState | Overridden. Gets the ReadState of the reader. (Inherited from XmlReader) | |
SchemaInfo | (Inherited from XmlReader) | |
Settings | (Inherited from XmlReader) | |
SigningCredentials | Returns the SigningCredentials used in the signature. | |
Value | Overridden. Gets the text value of the current node. (Inherited from XmlReader) | |
ValueType | Overridden. Gets the Common Language Runtime (CLR) type of the current node. (Inherited from XmlReader) | |
XmlLang | Overridden. Gets the xml:lang scope. (Inherited from XmlReader) | |
XmlSpace | Overridden. Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None. (Inherited from XmlReader) |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerReader | Gets the wrapped inner reader. (Inherited from DelegatingXmlDictionaryReader) |
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. (Inherited from DelegatingXmlDictionaryReader) | |
IsTextNode | (Inherited from XmlDictionaryReader) | |
MemberwiseClone | (Inherited from Object) | |
ReadContentAsBinHex | (Inherited from XmlDictionaryReader) | |
ReadContentAsString | (Inherited from XmlDictionaryReader) | |
ReadString | (Inherited from XmlDictionaryReader) |
Top
See Also
Reference
EnvelopingSignatureReader Class
Microsoft.IdentityModel.Protocols.XmlSignature Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.