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