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