CipherStreamUpdate Method |
Encrypts input using current context
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic byte[] Update(
byte[] input
)
Public Function Update (
input As Byte()
) As Byte()
Parameters
- input Byte
- Input data to be encrypted
Return Value
ByteEncrypted data in array of exactly the same length as input; or an empty array on error
Remarks
See Also