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

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

Visual Basic
Dim collection As IEnumerable(Of IUserCredential)

Dim instance As New UserCredentialCollection(collection)

Синтаксис

Visual Basic
Public Sub New ( _
		collection As IEnumerable(Of IUserCredential) _
)
C#
public UserCredentialCollection (
		IEnumerable<IUserCredential> collection
)
C++
public:
UserCredentialCollection (
		IEnumerable<IUserCredential^>^ collection
)
J#
public UserCredentialCollection (
		IEnumerable<IUserCredential> collection
)
JScript
public function UserCredentialCollection (
		collection : IEnumerable<IUserCredential>
)

Параметры

collection

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также