Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As SecurityTokenHandlerElementCollection |
Syntax
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 |
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Microsoft.IdentityModel.Configuration.SecurityTokenHandlerElementCollection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Microsoft.IdentityModel.Configuration.SecurityTokenHandlerElementCollection
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.