Пример #1
0
 public RSABase(string pem)
 {
     this.Padding = RSAEncryptionPadding.OaepSHA1;
     Rsa.ImportFromPem(pem.ToCharArray());
 }