Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.EncryptionData

TElOpenOfficeXMLManifestFileEntry     See also     


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


Contains encryption data for the file.

Declaration

[C#]
    TElOpenOfficeXMLManifestEncryptionData EncryptionData;

[VB.NET]
    Property EncryptionData As TElOpenOfficeXMLManifestEncryptionData

[Pascal]
    property EncryptionData : TElOpenOfficeXMLManifestEncryptionData;

[C++]
    TElOpenOfficeXMLManifestEncryptionData* get_EncryptionData();

[PHP]
    TElOpenOfficeXMLManifestEncryptionData get_EncryptionData()

[Java]
    TElOpenOfficeXMLManifestEncryptionData getEncryptionData();

Description

    If the file is encrypted, this property contains the data which is required for decryption. To check if the file is encrypted, use IsEncrypted property.

See also:     IsEncrypted    

Discuss this help topic in SecureBlackbox Forum