Partager via


Classe EnvelopedSignatureReader

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.

Espace de noms: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As EnvelopedSignatureReader

Syntaxe

'Déclaration
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

Hiérarchie d'héritage

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

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Membres EnvelopedSignatureReader
Espace de noms Microsoft.IdentityModel.Protocols.XmlSignature