Classe UserCredentialCollection

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

Utilizzo

    Dim instance As UserCredentialCollection

Sintassi

'Dichiarazione
Public Class UserCredentialCollection
    Inherits KeyedCollection(Of UserCredentialType, IUserCredential)
public class UserCredentialCollection : KeyedCollection<UserCredentialType,IUserCredential>
public ref class UserCredentialCollection : public KeyedCollection<UserCredentialType, IUserCredential^>
public class UserCredentialCollection extends KeyedCollection<UserCredentialType,IUserCredential>
public class UserCredentialCollection extends KeyedCollection<UserCredentialType,IUserCredential>

Gerarchia di ereditarietà

System.Object
   System.Collections.ObjectModel.Collection
     System.Collections.ObjectModel.KeyedCollection
      Microsoft.IdentityModel.Protocols.WSIdentity.UserCredentialCollection

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 UserCredentialCollection
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSIdentity