CryptoSys API Library Manual
Aead.FinishEncrypt Method
Finishes the authenticated encryption (in incremental mode)
Syntax
[C#]
public byte[] FinishEncrypt()
[VB.NET]
Public Function FinishEncrypt As Byte()
Return Value
Authentication tag value
Remarks
Must be preceded by StartEncrypt() and zero or more calls to Update(). May be followed by SetNonce() to begin processing another packet with the same key and algorithm; otherwise should be followed by Dispose().
See Also
VB6/C equivalent: AEAD_FinishEncrypt
[Contents] [Index]