18 references to AllowAnyClientCertificate
InMemory.FunctionalTests (11)
HttpsConnectionMiddlewareTests.cs (11)
658
options.
AllowAnyClientCertificate
();
694
options.
AllowAnyClientCertificate
();
738
options.
AllowAnyClientCertificate
();
779
options.
AllowAnyClientCertificate
();
912
options.
AllowAnyClientCertificate
();
1036
options.
AllowAnyClientCertificate
();
1173
options.
AllowAnyClientCertificate
();
1220
options.
AllowAnyClientCertificate
();
1289
options.
AllowAnyClientCertificate
();
1404
options.
AllowAnyClientCertificate
();
1428
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)
71
/// if <see cref="
AllowAnyClientCertificate
"/> is called after this callback is set.