コード例 #1
0
 public static MD5Code HashFrom(byte[] buffer)
 {
     return(MD5Code.HashFrom(buffer, 0, buffer.Length));
 }