Finishes the authenticated encryption (in incremental mode)
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic byte[] FinishEncrypt()
Public Function FinishEncrypt As Byte()
Return Value
ByteAuthentication tag value
RemarksMust 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