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()
Decoded message
[Contents] [Index]