Example #1
0
 public string DecryptedSection(int x)
 {
     return(SecretKey == "" ? "" : AesOperation.Decrypt(this, Sections[x]));
 }