2 references to Base64
Microsoft.NET.Sdk.WebAssembly.Pack.Tasks (2)
src\tasks\Common\Utils.cs (2)
278if (encoding == HashEncodingType.Base64) 297public static string ComputeHashEx(string filepath, HashAlgorithmType algorithm = HashAlgorithmType.SHA512, HashEncodingType encoding = HashEncodingType.Base64)