void TaoKey() { diff = new DiffieHellman(); khoapublic = diff.PublicKey; keypublic = Convert.ToBase64String(khoapublic); txtKey.Text = keypublic; }