CryptoSys API Library Manual
Aead.FinishDecrypt Method
Finishes the authenticated decryption (in incremental mode)
Syntax
[C#]
public bool FinishDecrypt()
[VB.NET]
Public Function FinishDecrypt As Boolean
Return Value
True if the decryption is authenticated; false otherwise.
Remarks
Must be preceded by StartDecrypt() 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_FinishDecrypt
[Contents] [Index]