3 references to AuthenticateResults
Microsoft.AspNetCore.Authentication.Certificate (3)
CertificateAuthenticationHandler.cs (3)
128
return
AuthenticateResults
.NoSelfSigned;
137
return
AuthenticateResults
.NoChainedCertificates;
157
return
AuthenticateResults
.InvalidClientCertificate;