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

Back to Zip Class Summary

Zip::PasswordProtect

True if the Zip should be password-protected using standard Zip password-protection.

  Declarations  
    [Visual Basic]
Public Property PasswordProtect As Boolean

[C#]
public bool PasswordProtect {get; set;}

[C++]
public: __property bool get_PasswordProtect();
public: __property void set_PasswordProtect(bool);

[JScript]
public function get PasswordProtect() : Boolean;
public function set PasswordProtect(Boolean);
 

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