10 writes to RemoteCertificateValidationCallback
Certificate.Optional.Sample (1)
InMemory.FunctionalTests (4)
HttpsConnectionMiddlewareTests.cs (4)
253RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true,
669RemoteCertificateValidationCallback = (_, _, _, _) => true,
716RemoteCertificateValidationCallback = (_, _, _, _) => true,
831so.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) =>
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
13 references to RemoteCertificateValidationCallback
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (7)
System.Net.Quic (2)
System.Net.Security (3)