Verify that a pair of "internal" RSA private and public key strings are matched.
public static int KeyMatch( string privateKey, string publicKey )
Public Shared Function KeyMatch ( _ privateKey As String, _ publicKey As String _ ) As Integer
VB6/C equivalent: RSA_KeyMatch