Wraps a writer and generates a enveloping signature automatically when the envelope is written completely. 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 EnvelopingSignatureWriter

Syntax

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

Inheritance Hierarchy

System.Object
   System.Xml.XmlWriter
     System.Xml.XmlDictionaryWriter
       Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter
        Microsoft.IdentityModel.Protocols.XmlSignature.EnvelopingSignatureWriter

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