Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestEncryptionData.Algorithm

TElOpenOfficeXMLManifestEncryptionData     


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


Specifies the decryption algorithm.

Declaration

[C#]
    TElOpenOfficeXMLManifestAlgorithm Algorithm;

[VB.NET]
    Property Algorithm As TElOpenOfficeXMLManifestAlgorithm

[Pascal]
    property Algorithm : TElOpenOfficeXMLManifestAlgorithm;

[C++]
    TElOpenOfficeXMLManifestAlgorithm* get_Algorithm();

[PHP]
    TElOpenOfficeXMLManifestAlgorithm get_Algorithm()

[Java]
    TElOpenOfficeXMLManifestAlgorithm getAlgorithm();

Description

    Use this property to specify the algorithm used to encrypt the data.

Discuss this help topic in SecureBlackbox Forum