5 references to SecurityTokenHandlerConfiguration
System.IdentityModel (5)
System\IdentityModel\Configuration\IdentityConfiguration.cs (4)
455if (handlerElementCollection.SecurityTokenHandlerConfiguration.IsConfigured) 463handlerConfiguration = LoadHandlerConfiguration(_serviceHandlerConfiguration, handlerElementCollection.SecurityTokenHandlerConfiguration); 480if (handlerElementCollection.SecurityTokenHandlerConfiguration.IsConfigured) 482handlerConfiguration = LoadHandlerConfiguration(null, handlerElementCollection.SecurityTokenHandlerConfiguration);
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
67SecurityTokenHandlerConfiguration.IsConfigured ||