EnvelopedSignatureReader Class

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)

Verwendung

    Dim instance As EnvelopedSignatureReader

Syntax

'Declaration
Public NotInheritable Class EnvelopedSignatureReader
    Inherits DelegatingXmlDictionaryReader
public sealed class EnvelopedSignatureReader : DelegatingXmlDictionaryReader
public ref class EnvelopedSignatureReader sealed : public DelegatingXmlDictionaryReader
public final class EnvelopedSignatureReader extends DelegatingXmlDictionaryReader
public final class EnvelopedSignatureReader extends DelegatingXmlDictionaryReader

Vererbungshierarchie

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

EnvelopedSignatureReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace