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