Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / IsEncrypted Property

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