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