Click or drag to resize

CipherStreamUpdate Method

Encrypts input using current context

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public byte[] Update(
	byte[] input
)

Parameters

input  Byte
Input data to be encrypted

Return Value

Byte
Encrypted data in array of exactly the same length as input; or an empty array on error
Remarks
Check CipherStream.ErrCode for error details
See Also