18 references to AllowAnyClientCertificate
InMemory.FunctionalTests (11)
HttpsConnectionMiddlewareTests.cs (11)
510
options.
AllowAnyClientCertificate
();
546
options.
AllowAnyClientCertificate
();
590
options.
AllowAnyClientCertificate
();
631
options.
AllowAnyClientCertificate
();
764
options.
AllowAnyClientCertificate
();
888
options.
AllowAnyClientCertificate
();
1025
options.
AllowAnyClientCertificate
();
1072
options.
AllowAnyClientCertificate
();
1141
options.
AllowAnyClientCertificate
();
1256
options.
AllowAnyClientCertificate
();
1280
options.
AllowAnyClientCertificate
();
Interop.FunctionalTests (6)
Http3\Http3TlsTests.cs (4)
93
httpsOptions.
AllowAnyClientCertificate
();
135
httpsOptions.
AllowAnyClientCertificate
();
183
httpsOptions.
AllowAnyClientCertificate
(); // The self-signed cert is invalid. Let it fail the default checks.
234
httpsOptions.
AllowAnyClientCertificate
();
HttpClientHttp2InteropTests.cs (2)
1613
httpsOptions.
AllowAnyClientCertificate
();
1658
httpsOptions.
AllowAnyClientCertificate
();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConnectionAdapterOptions.cs (1)
70
/// if <see cref="
AllowAnyClientCertificate
"/> is called after this callback is set.