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