Zip for UWP/WinRT
IsEncrypted プロパティ

エントリを暗号化するかどうかを決定する値を取得します。
構文
'宣言
 
Public ReadOnly Property IsEncrypted As System.Boolean
public System.bool IsEncrypted {get;}
解説
暗号化されているエントリを抽出するには、そのエントリを含む C1ZipFile オブジェクトの C1ZipFile.Password プロパティが、そのファイルが zip ファイルに追加されたときに使用されたパスワードに設定されている必要があります。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZipEntry クラス
C1ZipEntry メンバ

Send Feedback