Metodo MetadataSerializer.WriteApplicationServiceDescriptor
Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Utilizzo
Dim writer As XmlWriter Dim appService As ApplicationServiceDescriptor Me.WriteApplicationServiceDescriptor(writer, appService)
Sintassi
'Dichiarazione
Protected Overridable Sub WriteApplicationServiceDescriptor ( _
writer As XmlWriter, _
appService As ApplicationServiceDescriptor _
)
protected virtual void WriteApplicationServiceDescriptor (
XmlWriter writer,
ApplicationServiceDescriptor appService
)
protected:
virtual void WriteApplicationServiceDescriptor (
XmlWriter^ writer,
ApplicationServiceDescriptor^ appService
)
protected void WriteApplicationServiceDescriptor (
XmlWriter writer,
ApplicationServiceDescriptor appService
)
protected function WriteApplicationServiceDescriptor (
writer : XmlWriter,
appService : ApplicationServiceDescriptor
)
Parametri
- writer
- appService
Thread safety
Alcuni membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non esiste garanzia che tutti i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vedere anche
Riferimento
Classe MetadataSerializer
Membri MetadataSerializer
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSFederation.Metadata