2 overrides of InitializeHandlerAsync
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
42protected override Task InitializeHandlerAsync()
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
69protected override Task InitializeHandlerAsync()
2 references to InitializeHandlerAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
163await InitializeHandlerAsync();
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
45return base.InitializeHandlerAsync();