2 references to LoadFromStoreCert
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Certificates\CertificateConfigLoader.cs (1)
336
return CertificateLoader.
LoadFromStoreCert
(subject, storeName, storeLocation, allowInvalid);
ListenOptionsHttpsExtensions.cs (1)
121
return listenOptions.UseHttps(CertificateLoader.
LoadFromStoreCert
(subject, storeName.ToString(), location, allowInvalid), configureOptions);