1 write to DevelopmentCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
318DevelopmentCertificate = GetDevelopmentCertificateFromStore(logger);
2 references to DevelopmentCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (2)
316Debug.Assert(DevelopmentCertificate is null); 321httpsOptions.ServerCertificate = DevelopmentCertificate;