Click or drag to resize

AeadFinishEncrypt Method

Finishes the authenticated encryption (in incremental mode)

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public byte[] FinishEncrypt()

Return Value

Byte
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