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