Generate an RSA public/private key pair [DEPRECATED].
[ObsoleteAttribute("Use Rsa.MakeKeys(String, String, String, Int32, Rsa.PublicExponent, Rsa.PbeOptions, String, Rsa.Format, Boolean) instead", false)] public static int MakeKeys( string publicKeyFile, string privateKeyFile, int bits, Rsa.PublicExponent exponent, int iterCount, string password, Rsa.PbeOptions cryptOption, bool showProgress, byte[] seedBytes )
<ObsoleteAttribute("Use Rsa.MakeKeys(String, String, String, Int32, Rsa.PublicExponent, Rsa.PbeOptions, String, Rsa.Format, Boolean) instead", _ False)> _ Public Shared Function MakeKeys ( _ publicKeyFile As String, _ privateKeyFile As String, _ bits As Integer, _ exponent As Rsa.PublicExponent, _ iterCount As Integer, _ password As String, _ cryptOption As Rsa.PbeOptions, _ showProgress As Boolean, _ seedBytes As Byte() _ ) As Integer
VB6/C equivalent: RSA_MakeKeys