Metodo MetadataSerializer.WriteSecurityTokenServiceDescriptor
Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Utilizzo
Dim writer As XmlWriter Dim securityTokenServiceDescriptor As SecurityTokenServiceDescriptor Me.WriteSecurityTokenServiceDescriptor(writer, securityTokenServiceDescriptor)
Sintassi
'Dichiarazione
Protected Overridable Sub WriteSecurityTokenServiceDescriptor ( _
writer As XmlWriter, _
securityTokenServiceDescriptor As SecurityTokenServiceDescriptor _
)
protected virtual void WriteSecurityTokenServiceDescriptor (
XmlWriter writer,
SecurityTokenServiceDescriptor securityTokenServiceDescriptor
)
protected:
virtual void WriteSecurityTokenServiceDescriptor (
XmlWriter^ writer,
SecurityTokenServiceDescriptor^ securityTokenServiceDescriptor
)
protected void WriteSecurityTokenServiceDescriptor (
XmlWriter writer,
SecurityTokenServiceDescriptor securityTokenServiceDescriptor
)
protected function WriteSecurityTokenServiceDescriptor (
writer : XmlWriter,
securityTokenServiceDescriptor : SecurityTokenServiceDescriptor
)
Parametri
- writer
- securityTokenServiceDescriptor
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