3 references to FirstPartyCertificateSubject
dotnet (3)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (3)
49
/// first-party when the leaf certificate subject matches <see cref="
FirstPartyCertificateSubject
"/>
89
/// <item>Leaf certificate subject matches <see cref="
FirstPartyCertificateSubject
"/> AND the
115
if (firstCert.Subject.Equals(
FirstPartyCertificateSubject
, StringComparison.OrdinalIgnoreCase)