Start authenticated encryption (in incremental mode)
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic int StartEncrypt()
Public Function StartEncrypt As Integer
Return Value
Int32Zero (0) if successful; otherwise it returns a nonzero
error code
RemarksMay be followed by zero or more calls to
Update()
to encrypt data in chunks.
Must eventually be followed by
FinishEncrypt().
See Also