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]

[PREV: Aead.StartDecrypt Method...]   [Contents]   [Index]   
   [NEXT: Aead.Update Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.