2 references to IsSelfSigned
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
117var isCertificateSelfSigned = clientCertificate.IsSelfSigned();
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
42Assert.True(Certificates.SelfSignedValidWithNoEku.IsSelfSigned());