EnvelopingSignatureWriter Class

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)

Verwendung

    Dim instance As EnvelopingSignatureWriter

Syntax

'Declaration
Public NotInheritable Class EnvelopingSignatureWriter
    Inherits DelegatingXmlDictionaryWriter
public sealed class EnvelopingSignatureWriter : DelegatingXmlDictionaryWriter
public ref class EnvelopingSignatureWriter sealed : public DelegatingXmlDictionaryWriter
public final class EnvelopingSignatureWriter extends DelegatingXmlDictionaryWriter
public final class EnvelopingSignatureWriter extends DelegatingXmlDictionaryWriter

Vererbungshierarchie

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

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

EnvelopingSignatureWriter Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace