7 writes to ServerCertificate
Aspire.Dashboard.Tests (1)
Integration\IntegrationTestHelpers.cs (1)
106
options.
ServerCertificate
= s_testCertificate;
Microsoft.AspNetCore.Server.Kestrel.Core (6)
KestrelServerOptions.cs (3)
299
httpsOptions.
ServerCertificate
= certificateFromTest;
305
httpsOptions.
ServerCertificate
= certificateFromLoader;
321
httpsOptions.
ServerCertificate
= DevelopmentCertificate;
ListenOptionsHttpsExtensions.cs (2)
136
options.
ServerCertificate
= serverCertificate;
155
options.
ServerCertificate
= serverCertificate;
TlsConfigurationLoader.cs (1)
74
httpsOptions.
ServerCertificate
= serverCert ?? httpsOptions.ServerCertificate;
5 references to ServerCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (5)
HttpsConnectionAdapterOptions.cs (1)
62
internal bool HasServerCertificateOrSelector =>
ServerCertificate
is not null || ServerCertificateSelector is not null;
Internal\SniOptionsSelector.cs (1)
67
sslOptions.ServerCertificate = fallbackHttpsOptions.
ServerCertificate
;
Middleware\HttpsConnectionMiddleware.cs (2)
86
_serverCertificate = options.
ServerCertificate
;
574
ServerCertificate = httpsOptions.
ServerCertificate
,
TlsConfigurationLoader.cs (1)
74
httpsOptions.ServerCertificate = serverCert ?? httpsOptions.
ServerCertificate
;