Condividi tramite


Metodo MetadataSerializer.ReadIndexedProtocolEndpoint

Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Utilizzo

    Dim reader As XmlReader
Dim returnValue As IndexedProtocolEndpoint

returnValue = Me.ReadIndexedProtocolEndpoint(reader)

Sintassi

'Dichiarazione
Protected Overridable Function ReadIndexedProtocolEndpoint ( _
    reader As XmlReader _
) As IndexedProtocolEndpoint
protected virtual IndexedProtocolEndpoint ReadIndexedProtocolEndpoint (
    XmlReader reader
)
protected:
virtual IndexedProtocolEndpoint^ ReadIndexedProtocolEndpoint (
    XmlReader^ reader
)
protected IndexedProtocolEndpoint ReadIndexedProtocolEndpoint (
    XmlReader reader
)
protected function ReadIndexedProtocolEndpoint (
    reader : XmlReader
) : IndexedProtocolEndpoint

Parametri

  • reader
     

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