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.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As EnvelopingSignatureReader

Syntax

Visual Basic
Public NotInheritable Class EnvelopingSignatureReader
		Inherits DelegatingXmlDictionaryReader
C#
public sealed class EnvelopingSignatureReader : DelegatingXmlDictionaryReader
C++
public ref class EnvelopingSignatureReader sealed : public DelegatingXmlDictionaryReader
J#
public final class EnvelopingSignatureReader extends DelegatingXmlDictionaryReader
JScript
public final class EnvelopingSignatureReader extends DelegatingXmlDictionaryReader

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also