MicrosoftIdentityBaseAuthenticationBuilder.ConfigurationSection Property

Definition

Configuration section from which to bind options.

protected Microsoft.Extensions.Configuration.IConfigurationSection? ConfigurationSection { get; set; }
member this.ConfigurationSection : Microsoft.Extensions.Configuration.IConfigurationSection with get, set
Protected Property ConfigurationSection As IConfigurationSection

Property Value

Remarks

It can be null if the configuration happens with delegates rather than configuration.

Applies to