Wraps a reader pointing to a enveloped signed XML and provides 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.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As EnvelopedSignatureReader

Syntax

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

Inheritance Hierarchy

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

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