예제 #1
0
 protected string DecryptOtpJsonObject(string encryptedOtpJsonObj)
 => AesCryptography.DecryptText(encryptedOtpJsonObj, Settings.SecretKey);