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