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()
VB6/C equivalent: RSA_DecodeMsg
RSA_DecodeMsg
[Contents] [Index]