Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As UserCredentialCollection

Синтаксис

Visual Basic
Public Class UserCredentialCollection
		Inherits KeyedCollection(Of UserCredentialType, IUserCredential)
C#
public class UserCredentialCollection : KeyedCollection<UserCredentialType,IUserCredential>
C++
public ref class UserCredentialCollection : public KeyedCollection<UserCredentialType, IUserCredential^>
J#
public class UserCredentialCollection extends KeyedCollection<UserCredentialType,IUserCredential>
JScript
public class UserCredentialCollection extends KeyedCollection<UserCredentialType,IUserCredential>

Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также