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