MicrosoftIdentityConsentAndConditionalAccessHandler(IServiceProvider) 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.
Initializes a new instance of the MicrosoftIdentityConsentAndConditionalAccessHandler class.
public MicrosoftIdentityConsentAndConditionalAccessHandler (IServiceProvider serviceProvider);
new Microsoft.Identity.Web.MicrosoftIdentityConsentAndConditionalAccessHandler : IServiceProvider -> Microsoft.Identity.Web.MicrosoftIdentityConsentAndConditionalAccessHandler
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
Service provider to get the HttpContextAccessor for the current HttpContext, when available.