コード例 #1
0
 public static string GetFingerPrint()
 {
     // TODO
     return(LexEncryptionService.Sha256("DummyFingerprint"));
 }
コード例 #2
0
 public static string GetDataKey(string productId, string key)
 {
     return(LexEncryptionService.Sha256(productId + key));
 }