3 references to AuthenticateResults
Microsoft.AspNetCore.Authentication.Certificate (3)
CertificateAuthenticationHandler.cs (3)
125
return
AuthenticateResults
.NoSelfSigned;
134
return
AuthenticateResults
.NoChainedCertificates;
152
return
AuthenticateResults
.InvalidClientCertificate;