public static byte[] EncryptTextWithKey( string text, int keySize, RSACryptoServiceProvider rsa )
In This Article