1 write to DevelopmentCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
318DevelopmentCertificate = GetDevelopmentCertificateFromStore(logger);
9 references to DevelopmentCertificate
InMemory.FunctionalTests (2)
HttpsTests.cs (2)
132Assert.Null(serverOptions.DevelopmentCertificate); 165Assert.Null(serverOptions.DevelopmentCertificate);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (2)
316Debug.Assert(DevelopmentCertificate is null); 321httpsOptions.ServerCertificate = DevelopmentCertificate;
Microsoft.AspNetCore.Server.Kestrel.Tests (5)
KestrelConfigurationLoaderTests.cs (5)
299Assert.Null(serverOptions.DevelopmentCertificate); // Not used since configuration cert is present 367Assert.Null(serverOptions.DevelopmentCertificate); 724Assert.Null(serverOptions.DevelopmentCertificate); // Not used since configuration cert is present 748Assert.Null(serverOptions.DevelopmentCertificate); 779Assert.Null(serverOptions.DevelopmentCertificate);