uEncryptFlags
Flags that determine which objects to apply. Most of the flags apply only to container objects. You can combine values when appropriate by using a bitwise OR ( | ). The following are valid values:
Value |
Meaning |
ANNENCRYPTAPPLY_ENCRYPTOR |
[$001] Apply encryptor objects. |
ANNENCRYPTAPPLY_DECRYPTOR |
[$002] Apply decryptor objects. |
ANNAPPLYENCRYPT_BOTH |
[$003] Apply both encryptor and decryptor objects. |