SecurityTokenHandlerElementCollection Class
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenHandlerElementCollection
Syntax
'Declaration
<ConfigurationCollectionAttribute(GetType(CustomTypeElement), CollectionType:=ConfigurationElementCollectionType.BasicMap)> _
Public Class SecurityTokenHandlerElementCollection
Inherits ConfigurationElementCollection
[ConfigurationCollectionAttribute(typeof(CustomTypeElement), CollectionType=ConfigurationElementCollectionType.BasicMap)]
public class SecurityTokenHandlerElementCollection : ConfigurationElementCollection
[ConfigurationCollectionAttribute(typeof(CustomTypeElement), CollectionType=ConfigurationElementCollectionType::BasicMap)]
public ref class SecurityTokenHandlerElementCollection : public ConfigurationElementCollection
/** @attribute ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.CustomTypeElement, CollectionType=ConfigurationElementCollectionType.BasicMap) */
public class SecurityTokenHandlerElementCollection extends ConfigurationElementCollection
ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.CustomTypeElement, CollectionType=ConfigurationElementCollectionType.BasicMap)
public class SecurityTokenHandlerElementCollection extends ConfigurationElementCollection
Vererbungshierarchie
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Microsoft.IdentityModel.Configuration.SecurityTokenHandlerElementCollection
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
SecurityTokenHandlerElementCollection Members
Microsoft.IdentityModel.Configuration Namespace