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.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As EnvelopedSignatureReader

Синтаксис

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

Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также