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