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