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