示例#1
0
 public string EncryptString(string text)
 {
     return(_crypto.EncryptString(text, _parameters));
 }