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