DelegatingXmlDictionaryWriter Class

Class wraps a given writer and delegates all XmlDictionaryWriter calls to the inner wrapped writer.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryWriter

Syntax

'Declaration
Public Class DelegatingXmlDictionaryWriter
    Inherits XmlDictionaryWriter
public class DelegatingXmlDictionaryWriter : XmlDictionaryWriter
public ref class DelegatingXmlDictionaryWriter : public XmlDictionaryWriter
public class DelegatingXmlDictionaryWriter extends XmlDictionaryWriter
public class DelegatingXmlDictionaryWriter extends XmlDictionaryWriter

Vererbungshierarchie

System.Object
   System.Xml.XmlWriter
     System.Xml.XmlDictionaryWriter
      Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter
         Microsoft.IdentityModel.Protocols.XmlSignature.EnvelopedSignatureWriter
         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

DelegatingXmlDictionaryWriter Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace