CipherUpdate(String) Method |
Transform hex string data with previously initialized key, mode and direction
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic string Update(
string dataHex
)
Public Function Update (
dataHex As String
) As String
Parameters
- dataHex String
- Hex-encoded input data
Return Value
StringHex-encoded data
RemarksFor all modes, the length of the decoded input bytes must
be an exact multiple of the cipher block length (8 or 16 bytes).
See Also