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

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

Visual Basic
Dim instance As SecurityTokenHandlerElementCollection

Синтаксис

Visual Basic
<ConfigurationCollectionAttribute(GetType(CustomTypeElement), CollectionType:=ConfigurationElementCollectionType.BasicMap)> _
Public Class SecurityTokenHandlerElementCollection
		Inherits ConfigurationElementCollection
C#
[ConfigurationCollectionAttribute(typeof(CustomTypeElement), CollectionType=ConfigurationElementCollectionType.BasicMap)] 
public class SecurityTokenHandlerElementCollection : ConfigurationElementCollection
C++
[ConfigurationCollectionAttribute(typeof(CustomTypeElement), CollectionType=ConfigurationElementCollectionType::BasicMap)] 
public ref class SecurityTokenHandlerElementCollection : public ConfigurationElementCollection
J#
/** @attribute ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.CustomTypeElement, CollectionType=ConfigurationElementCollectionType.BasicMap) */ 
public class SecurityTokenHandlerElementCollection extends ConfigurationElementCollection
JScript
ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.CustomTypeElement, CollectionType=ConfigurationElementCollectionType.BasicMap) 
public class SecurityTokenHandlerElementCollection extends ConfigurationElementCollection

Иерархия наследования

System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      Microsoft.IdentityModel.Configuration.SecurityTokenHandlerElementCollection

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также