Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.IsEncrypted

TElOpenOfficeXMLManifestFileEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the file is encrypted.

Declaration

[C#]
    bool IsEncrypted;

[VB.NET]
    Property IsEncrypted As Boolean

[Pascal]
    property IsEncrypted : boolean;

[C++]
    bool get_IsEncrypted();

[PHP]
    bool get_IsEncrypted()

[Java]
    boolean getIsEncrypted();

Description

    Use this read-only property to check if the file entry is encrypted. If the value is True, EncryptionData property may contain the information required for decryption.

See also:     EncryptionData    

Discuss this help topic in SecureBlackbox Forum