1 write to KeyPath
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
372KeyPath = configSection[nameof(KeyPath)];
6 references to KeyPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Certificates\CertificateConfigLoader.cs (2)
43if (certInfo.KeyPath != null) 45var certificateKeyPath = Path.Combine(HostEnvironment.ContentRootPath, certInfo.KeyPath);
Internal\ConfigurationReader.cs (4)
372KeyPath = configSection[nameof(KeyPath)]; 424KeyPath == other.KeyPath && 432public override int GetHashCode() => HashCode.Combine(Path, KeyPath, Password, FileHasChanged, Subject, Store, Location, AllowInvalid ?? false);