static void Main(string[] args) { var r = new RSACrypt(); var a = ""; var b = ""; r.RSAKey(out a, out b); System.Console.ReadKey(); }