Decode a message padded using ISO/IEC 9796-1 formatting.
public static byte[] DecodeMsgIso9796( byte[] data, int keyBits )
Public Shared Function DecodeMsgIso9796 ( _ data As Byte(), _ keyBits As Integer _ ) As Byte()
VB6/C equivalent: RSA_DecodeMsg