Hi, I am new to Visual Basic.NET. I have a few queries. 1) I am trying to encrypt an XML file and I am able to perform the encryption on two tags separately. As I assume (using RSA algorithm) VB will be using two different keys for encryption of two different tags though the algorithm is same, I wan...