示例#1
0
 protected string EncryptOtpJsonObject(string serializedOtpJsonObj)
 => AesCryptography.EncryptText(serializedOtpJsonObj, Settings.SecretKey);