Generate an RSA public/private key pair with extended options for encrypting private key [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, CipherAlgorithm cipherAlg, HashAlgorithm hashAlg, Rsa.Format fileFormat, bool showProgress )
<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, cipherAlg As CipherAlgorithm, hashAlg As HashAlgorithm, fileFormat As Rsa.Format, showProgress As Boolean ) As Integer
VB6/C equivalent: RSA_MakeKeys