TECLBaseCompressedStream.Encrypted
TECLBaseCompressedStream
Indicates if compressed data is encrypted.
property Encrypted: Boolean;
Description
This property indicates whether the current data is encrypted.
Setting this property will change data encryption state.
You should set Password property before changing encryption state to the encrypted one.
Note:
Changing encryption process may take a long time if you work with large data. You may set the OnProgress event handler to provide the user with a feedback about the progress of the slow process.
|