示例#1
0
 public static string GetResourceIdentifier(Stream stream)
 {
     return(HashHelper.GetSHA256(stream));
 }
示例#2
0
 public static string GetResourceIdentifier(byte[] file)
 {
     return(HashHelper.GetSHA256(file));
 }