1 instantiation of SecurityTokenHandlerElementCollection
System.IdentityModel (1)
System\IdentityModel\Configuration\SecurityTokenHandlerSetElementCollection.cs (1)
31
return new
SecurityTokenHandlerElementCollection
();
5 references to SecurityTokenHandlerElementCollection
System.IdentityModel (5)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
442
foreach (
SecurityTokenHandlerElementCollection
handlerElementCollection in serviceElement.SecurityTokenHandlerSets)
System\IdentityModel\Configuration\SecurityTokenHandlerSetElementCollection.cs (4)
14
[ConfigurationCollection( typeof(
SecurityTokenHandlerElementCollection
), AddItemName = ConfigurationStrings.SecurityTokenHandlers, CollectionType = ConfigurationElementCollectionType.BasicMap )]
36
return ( (
SecurityTokenHandlerElementCollection
)element ).Name;
42
SecurityTokenHandlerElementCollection
result = base.BaseGet(name) as
SecurityTokenHandlerElementCollection
;