Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As TokenServiceCollection |
Syntax
Visual Basic |
---|
Public Class TokenServiceCollection Inherits KeyedCollection(Of String, TokenService) |
C# |
---|
public class TokenServiceCollection : KeyedCollection<string,TokenService> |
C++ |
---|
public ref class TokenServiceCollection : public KeyedCollection<String^, TokenService^> |
J# |
---|
public class TokenServiceCollection extends KeyedCollection<String,TokenService> |
JScript |
---|
public class TokenServiceCollection extends KeyedCollection<String,TokenService> |
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.IdentityModel.Protocols.WSIdentity.TokenServiceCollection
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.IdentityModel.Protocols.WSIdentity.TokenServiceCollection
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.