Encode a message for encryption.
public static byte[] EncodeMsgForEncryption( int keyBytes, byte[] message, Rsa.EME method )
Public Shared Function EncodeMsgForEncryption ( _ keyBytes As Integer, _ message As Byte(), _ method As Rsa.EME _ ) As Byte()
VB6/C equivalent: RSA_EncodeMsg