MicrosoftIdentityBaseAuthenticationBuilder.ConfigurationSection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.