1 write to Certificate
NuGet.Packaging (1)
Signing\TrustedSigners\TrustedSignersProvider.cs (1)
166Certificate = certificate ?? throw new ArgumentNullException(nameof(certificate));
5 references to Certificate
NuGet.Packaging (5)
Signing\TrustedSigners\TrustedSignersProvider.cs (5)
101if (existingEntry.Certificate.AllowUntrustedRoot != certificate.AllowUntrustedRoot) 107existingEntry.Certificate.AllowUntrustedRoot = false; 172return new TrustedSignerAllowListEntry(Target, Placement, Certificate.Fingerprint, Certificate.HashAlgorithm, Certificate.AllowUntrustedRoot, Owners?.ToList());