Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     try
     {
         textBox1.Text = rsa.DecryptBlock(BigInteger.Parse(textBox3.Text)).ToString();
     }
     catch
     {
         MessageBox.Show("输入不合法");
     }
 }