EnvelopedSignatureWriter Class

Wraps a writer and generates a signature automatically when the envelope is written completely. By default the generated signature is inserted as the last element in the enveloped. This can be modified by explicitily calling WriteSignature to indicate the location inside the envelope where the signature should be inserted.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As EnvelopedSignatureWriter

Syntax

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

Vererbungshierarchie

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

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

EnvelopedSignatureWriter Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace