2 references to HandleFailureAsync
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (2)
85
var authenticationFailedContext = await
HandleFailureAsync
(result.Failure);
97
var authenticationFailedContext = await
HandleFailureAsync
(ex);