18 references to AllowAnyClientCertificate
InMemory.FunctionalTests (11)
HttpsConnectionMiddlewareTests.cs (11)
506
options.
AllowAnyClientCertificate
();
542
options.
AllowAnyClientCertificate
();
586
options.
AllowAnyClientCertificate
();
627
options.
AllowAnyClientCertificate
();
760
options.
AllowAnyClientCertificate
();
884
options.
AllowAnyClientCertificate
();
1021
options.
AllowAnyClientCertificate
();
1068
options.
AllowAnyClientCertificate
();
1137
options.
AllowAnyClientCertificate
();
1252
options.
AllowAnyClientCertificate
();
1276
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.