CryptoSys API Library Manual
Aead.StartEncrypt Method
Start authenticated encryption (in incremental mode)
Syntax
[C#]
public int StartEncrypt()
[VB.NET]
Public Function StartEncrypt As Integer
Return Value
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
VB6/C equivalent: AEAD_StartEncrypt
[Contents] [Index]