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