HMACSHA1 hmac = new HMACSHA1() { Key = null }; byte[] data = null; var result = hmac.ComputeHash(data); Console.WriteLine(Convert.ToBase64String(result));
System.Security.Cryptography.HMACSHA1
各位大牛帮帮忙,比较急
111,119
社区成员
642,538
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧