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 = false, byte[] seedBytes = null )
<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, Optional showProgress As Boolean = false, Optional seedBytes As Byte() = Nothing ) As Integer
VB6/C equivalent: RSA_MakeKeys