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