Contents - Index - Next


EncryptionStrength property

 

Applies to

TVCLUnZip component

 

Declaration

property EncryptionStrength[Index: Integer]: TEncryptStrength = (esPKStandard, esAES128, esAES192, esAES256);

 

 

Description   (This property is new in VCLZip 4)

 

This is a readonly property and lets you know, for the selected index (specific file), what the encryption strength is.  This is mainly useful if you want to display the encryption strength for files in an archive.

 

In order to SET the encryption strength when creating an encrypted archive, set the EncryptStrength Property

 

See Also:

 

EncryptStrength property  

Password Property 

OnBadPassword Event 

IsEncrypted property

 

Run-time only