Click or drag to resize

AeadFinishDecrypt Method

Finishes the authenticated decryption (in incremental mode)

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public bool FinishDecrypt()

Return Value

Boolean
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