Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestEncryptionData.KeyDerivation

TElOpenOfficeXMLManifestEncryptionData     


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


Specifies how the encryption was computed.

Declaration

[C#]
    TElOpenOfficeXMLManifestKeyDerivation KeyDerivation;

[VB.NET]
    Property KeyDerivation As TElOpenOfficeXMLManifestKeyDerivation

[Pascal]
    property KeyDerivation : TElOpenOfficeXMLManifestKeyDerivation;

[C++]
    TElOpenOfficeXMLManifestKeyDerivation* get_KeyDerivation();

[PHP]
    TElOpenOfficeXMLManifestKeyDerivation get_KeyDerivation()

[Java]
    TElOpenOfficeXMLManifestKeyDerivation getKeyDerivation();

Description

    This property contains the information that was used to derive the encryption key from the specified password.

Discuss this help topic in SecureBlackbox Forum