3 references to GetHashAlgorithmName
NuGet.CommandLine.XPlat (1)
Utility\CommandLineUtility.cs (1)
56
hashAlgorithm = CryptoHashUtility.
GetHashAlgorithmName
(optionValue);
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
344
var hashAlgorithm = CryptoHashUtility.
GetHashAlgorithmName
(algorithm);
NuGet.Configuration (1)
Settings\Items\CertificateItem.cs (1)
32
get => CryptoHashUtility.
GetHashAlgorithmName
(Attributes[ConfigurationConstants.HashAlgorithm]);