Ejemplo n.º 1
0
 public byte[] decryptWithRSA(byte[] input, byte[] privateKey)
 {
     return(_cryptoLib.decryptWithRSA(input, privateKey));
 }