.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

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  
   
inData
Memory data to be Zip compressed and encrypted
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.