4 references to TrustedSigners
NuGet.Packaging (4)
Signing\TrustedSigners\TrustedSignersProvider.cs (4)
24var trustedSignersSection = _settings.GetSection(ConfigurationConstants.TrustedSigners); 44_settings.Remove(ConfigurationConstants.TrustedSigners, signer); 60_settings.AddOrUpdate(ConfigurationConstants.TrustedSigners, trustedSigner); 77var trustedSignersSection = settings.GetSection(ConfigurationConstants.TrustedSigners);