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