Example #1
0
 public static String CheckSum(String value, int length)
 {
     return(CryptoImpl.CheckSum(value, length));
 }