UserCredentialCollection (Constructor, (Genérico IEnumerable))
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSIdentity
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim collection As IEnumerable(Of IUserCredential) Dim instance As New UserCredentialCollection(collection)
Sintaxis
'Declaración
Public Sub New ( _
collection As IEnumerable(Of IUserCredential) _
)
public UserCredentialCollection (
IEnumerable<IUserCredential> collection
)
public:
UserCredentialCollection (
IEnumerable<IUserCredential^>^ collection
)
public UserCredentialCollection (
IEnumerable<IUserCredential> collection
)
public function UserCredentialCollection (
collection : IEnumerable<IUserCredential>
)
Parámetros
- collection
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
UserCredentialCollection (Clase)
UserCredentialCollection (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)