System.Zip.IZipCryptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IZipCryptor = interface(IInterface)

C++

__interface  INTERFACE_UUID("{CB1D5970-6CCC-402D-BAAD-02ED425ED07B}") IZipCryptor  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

Description

Represents a cryptor implementation used by TZipFile to encrypt or decrypt a ZIP archive.


See Also