RsaDecodeMsgIso9796 Method |
Decode a message padded using ISO/IEC 9796-1 formatting.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] DecodeMsgIso9796(
byte[] data,
int keyBits
)
Public Shared Function DecodeMsgIso9796 (
data As Byte(),
keyBits As Integer
) As Byte()
Parameters
- data Byte
- encoded message for signature
- keyBits Int32
- exact length of key in bits
Return Value
ByteRecovered message or an empty array on error
See Also