Decode a message for encryption
public static byte[] DecodeMsgForEncryption( byte[] data, Rsa.EME method )
Public Shared Function DecodeMsgForEncryption ( _ data As Byte(), _ method As Rsa.EME _ ) As Byte()
See Example1
VB6/C equivalent: RSA_DecodeMsg