Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     rsa           = new RSA(16);
     textBox2.Text = rsa.ToString();
 }