Example on how to use RSACryptoServiceProvider
This example shows how to use RSACryptoServiceProvider. It was tested in Microsoft Emulator. Public and Private keys are embedded in the code. Separate Session is used for Encryption and Decryption. This code is for demonstration purposes only.