1 write to Subject
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
374
Subject
= configSection[nameof(Subject)];
7 references to Subject
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Certificates\CertificateConfigLoader.cs (1)
179
var subject = certInfo.
Subject
!;
Internal\ConfigurationReader.cs (6)
374
Subject = configSection[nameof(
Subject
)];
410
[MemberNotNullWhen(true, nameof(
Subject
))]
411
public bool IsStoreCert => !string.IsNullOrEmpty(
Subject
);
427
Subject
== other.
Subject
&&
432
public override int GetHashCode() => HashCode.Combine(Path, KeyPath, Password, FileHasChanged,
Subject
, Store, Location, AllowInvalid ?? false);