6 references to HashAlgorithmType
MonoAOTCompiler (6)
src\tasks\Common\Utils.cs (6)
253private static byte[] ComputeHashFromStream(Stream stream, HashAlgorithmType algorithm) 255if (algorithm == HashAlgorithmType.SHA512) 260else if (algorithm == HashAlgorithmType.SHA384) 265else if (algorithm == HashAlgorithmType.SHA256) 297public static string ComputeHashEx(string filepath, HashAlgorithmType algorithm = HashAlgorithmType.SHA512, HashEncodingType encoding = HashEncodingType.Base64)