Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Crypt::ZipAndEncrypt
First Zip compresses a block of memory data and then encrypts it. The memory data can be restored by calling DecryptAndUnzip.
![]() |
Declarations | ||
|
[Visual Basic] Public Function ZipAndEncrypt(ByVal inData() As Byte) As Byte() [C#] public byte [] ZipAndEncrypt(byte[] inData); [C++] public unsigned char __gc[] ZipAndEncrypt(unsigned char __gc[] inData); [JScript] public function ZipAndEncrypt(Byte[] inData) : Byte[] |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.