Click or drag to resize

AeadStartEncrypt Method

Start authenticated encryption (in incremental mode)

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public int StartEncrypt()

Return Value

Int32
Zero (0) if successful; otherwise it returns a nonzero error code
Remarks
May be followed by zero or more calls to Update() to encrypt data in chunks. Must eventually be followed by FinishEncrypt().
See Also