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