Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Crypt::DecryptAndUnzip
In a single operation, decrypts and unzips a block of memory that was previously zipped and encrypted using the ZipAndEncrypt method. A NULL is returned on failure.
![]() |
Declarations | ||
|
[Visual Basic] Public Function DecryptAndUnzip(ByVal inData() As Byte) As Byte() [C#] public byte [] DecryptAndUnzip(byte[] inData); [C++] public unsigned char __gc[] DecryptAndUnzip(unsigned char __gc[] inData); [JScript] public function DecryptAndUnzip(Byte[] inData) : Byte[] |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.