ClearDecryptorKey property (TAnnEncryptOptions)
Builder Syntax |
bool ClearDecryptorKey |
Delphi Syntax |
ClearDecryptorKey: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates what happens to encrypt keys after calling AnnEncryptApply.
Setting |
Description |
TRUE |
All encrypt objects whose state has become ‘decryptor’ have the key set to 0. |
FALSE |
All encrypt objects whose state has become ‘decryptor’ have the key unchanged. |
See Also