Unit
type
TCREncDataHeader = (ehTagAndHash, ehTag, ehNone);
Description
The TCREncDataHeader enumeration specifies whether the additional information is stored with the encrypted data.
| Value | Meaning |
| ehNone | No additional information is stored. |
| ehTag | GUID and the random initialization vector are stored with the encrypted data. |
| ehTagAndHash | Hash, GUID, and the random initialization vector are stored with the encrypted data. |
See also