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

Back to Zip Class Summary

Zip::EncryptKeyLength

The encryption key length if symmetric encryption is used. This value must be 128, 192, or 256.

  Declarations  
    [Visual Basic]
Public Property EncryptKeyLength As Integer

[C#]
public int EncryptKeyLength {get; set;}

[C++]
public: __property int get_EncryptKeyLength();
public: __property void set_EncryptKeyLength(int);

[JScript]
public function get EncryptKeyLength() : int;
public function set EncryptKeyLength(int);
 

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