Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As UserCredentialCollection |
Syntax
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> |
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.IdentityModel.Protocols.WSIdentity.UserCredentialCollection
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.IdentityModel.Protocols.WSIdentity.UserCredentialCollection
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.