EnableClearDecryptorKey property (ILEADRasterAnnEncryptOption)
VARIANT_BOOL EnableClearDecryptorKey; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates what happens to encrypt keys after calling AnnEncryptApply.
Setting |
Description |
VARIANT_TRUE |
All encrypt objects whose state has become ‘decryptor’ have the key set to 0. |
VARIANT_FALSE |
All encrypt objects whose state has become ‘decryptor’ have the key unchanged. |
See Also