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