2 writes to ConfigurationManager
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationPostConfigureOptions.cs (2)
75
options.
ConfigurationManager
= new StaticConfigurationManager<WsFederationConfiguration>(options.Configuration);
84
options.
ConfigurationManager
= new ConfigurationManager<WsFederationConfiguration>(options.MetadataAddress, new WsFederationConfigurationRetriever(),
9 references to ConfigurationManager
Microsoft.AspNetCore.Authentication.WsFederation (9)
WsFederationHandler.cs (6)
89
_configuration = await Options.
ConfigurationManager
.GetConfigurationAsync(Context.RequestAborted);
377
if (Options.
ConfigurationManager
is BaseConfigurationManager baseConfigurationManager)
383
if (Options.
ConfigurationManager
!= null)
386
_configuration = await Options.
ConfigurationManager
.GetConfigurationAsync(Context.RequestAborted);
403
Options.
ConfigurationManager
.RequestRefresh();
422
_configuration = await Options.
ConfigurationManager
.GetConfigurationAsync(Context.RequestAborted);
WsFederationOptions.cs (2)
58
if (
ConfigurationManager
== null)
61
+ $"{nameof(Configuration)}, or {nameof(
ConfigurationManager
)} to {nameof(WsFederationOptions)}");
WsFederationPostConfigureOptions.cs (1)
71
if (options.
ConfigurationManager
== null)