EnableClearEncryptorKey property (ILEADRasterAnnEncryptOption)
VARIANT_BOOL EnableClearEncryptorKey; | |
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 ‘encryptor’ have the key set to 0. |
VARIANT_FALSE |
All encrypt objects whose state has become ‘encryptor’ have the key unchanged. |
See Also