4 implementations of InitializeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
147public async Task InitializeAsync(AuthenticationScheme scheme, HttpContext context)
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
36public Task InitializeAsync(AuthenticationScheme scheme, HttpContext context)
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
58public Task InitializeAsync(AuthenticationScheme scheme, HttpContext context)
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
48public Task InitializeAsync(AuthenticationScheme scheme, HttpContext context)
1 reference to InitializeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationHandlerProvider.cs (1)
54await handler.InitializeAsync(scheme, context);