2 references to TryGetName
dotnet-sourcelink (2)
HashAlgorithmGuids.cs (1)
23
=>
TryGetName
(guid) ?? throw new CryptographicException("unknown HashAlgorithm " + guid);
Program.cs (1)
358
WriteOutputLine($"'{name}' {ToHex(hash)} {HashAlgorithmGuids.
TryGetName
(hashAlgorithm)?.Name ?? hashAlgorithm.ToString()} {LanguageGuids.GetName(language)}");