3 references to AuthorItem
NuGet.Commands (2)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (2)
150
_trustedSignersProvider.AddOrUpdateTrustedSigner(new
AuthorItem
(name, certificateItem));
199
signerToAdd = new
AuthorItem
(name, certificateToAdd);
NuGet.Configuration (1)
Settings\Items\AuthorItem.cs (1)
30
var newItem = new
AuthorItem
(Name, Certificates.Select(c => (CertificateItem)c.Clone()).ToArray());