Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As SecurityTokenHandlerCollection |
Синтаксис
Visual Basic |
---|
<DefaultMemberAttribute("Item")> _ Public Class SecurityTokenHandlerCollection Inherits Collection(Of SecurityTokenHandler) |
C# |
---|
[DefaultMemberAttribute("Item")] public class SecurityTokenHandlerCollection : Collection<SecurityTokenHandler> |
C++ |
---|
[DefaultMemberAttribute(L"Item")] public ref class SecurityTokenHandlerCollection : public Collection<SecurityTokenHandler^> |
J# |
---|
/** @attribute DefaultMemberAttribute("Item") */ public class SecurityTokenHandlerCollection extends Collection<SecurityTokenHandler> |
JScript |
---|
DefaultMemberAttribute("Item") public class SecurityTokenHandlerCollection extends Collection<SecurityTokenHandler> |
Иерархия наследования
System.Object
System.Collections.ObjectModel.Collection
Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection
System.Collections.ObjectModel.Collection
Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.