2 implementations of InitializeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
147public async 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);