1 write to Store
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
375
Store
= configSection[nameof(Store)];
6 references to Store
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Certificates\CertificateConfigLoader.cs (2)
180
var storeName = string.IsNullOrEmpty(certInfo.
Store
) ? StoreName.My.ToString() : certInfo.
Store
;
Internal\ConfigurationReader.cs (4)
375
Store = configSection[nameof(
Store
)];
428
Store
== other.
Store
&&
432
public override int GetHashCode() => HashCode.Combine(Path, KeyPath, Password, FileHasChanged, Subject,
Store
, Location, AllowInvalid ?? false);