Finishes the authenticated decryption (in incremental mode)
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic bool FinishDecrypt()
Public Function FinishDecrypt As Boolean
Return Value
BooleanTrue if the decryption is authenticated;
false otherwise.
RemarksMust 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