Share via


Classe IndexedProtocolEndpointDictionary

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

Utilizzo

    Dim instance As IndexedProtocolEndpointDictionary

Sintassi

'Dichiarazione
Public Class IndexedProtocolEndpointDictionary
    Inherits SortedList(Of Integer, IndexedProtocolEndpoint)
public class IndexedProtocolEndpointDictionary : SortedList<int,IndexedProtocolEndpoint>
public ref class IndexedProtocolEndpointDictionary : public SortedList<int, IndexedProtocolEndpoint^>
public class IndexedProtocolEndpointDictionary extends SortedList<int,IndexedProtocolEndpoint>
public class IndexedProtocolEndpointDictionary extends SortedList<int,IndexedProtocolEndpoint>

Gerarchia di ereditarietà

System.Object
   System.Collections.Generic.SortedList
    Microsoft.IdentityModel.Protocols.WSFederation.Metadata.IndexedProtocolEndpointDictionary

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

Membri IndexedProtocolEndpointDictionary
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSFederation.Metadata