Example #1
0
 internal static string GetCheckSummary(string content, string sdkVersion, string appId)
 {
     return(Md5Util.GetHashString(TrimToEmpty(content) + TrimToEmpty(sdkVersion) + TrimToEmpty(appId)));
 }