MicrosoftIdentityBaseAuthenticationBuilder Constructor
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.
Constructor.
protected MicrosoftIdentityBaseAuthenticationBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfigurationSection? configurationSection = default);
new Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection * Microsoft.Extensions.Configuration.IConfigurationSection -> Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder
Protected Sub New (services As IServiceCollection, Optional configurationSection As IConfigurationSection = Nothing)
Parameters
- services
- IServiceCollection
The services being configured.
- configurationSection
- IConfigurationSection
Optional configuration section.