1 write to FingerprintAlgorithm
NuGet.CommandLine.XPlat (1)
Commands\Signing\TrustedSignersCommand.cs (1)
261FingerprintAlgorithm = algorithm?.Value(),
5 references to FingerprintAlgorithm
NuGet.Commands (5)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (5)
58var isAlgorithmProvided = !string.IsNullOrEmpty(trustedSignersArgs.FingerprintAlgorithm); 145var hashAlgorithm = ValidateAndParseFingerprintAlgorithm(trustedSignersArgs.FingerprintAlgorithm); 273var isAlgorithmProvided = !string.IsNullOrEmpty(args.FingerprintAlgorithm); 294var isAlgorithmProvided = !string.IsNullOrEmpty(args.FingerprintAlgorithm); 315var isAlgorithmProvided = !string.IsNullOrEmpty(args.FingerprintAlgorithm);