Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeDocument.EncryptionHandler

TElOpenOfficeDocument     See also     


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


Contains document's encryption handler.

Declaration

[C#]
    TElOfficeCustomEncryptionHandler EncryptionHandler;

[VB.NET]
    Property EncryptionHandler As TElOfficeCustomEncryptionHandler

[Pascal]
    property EncryptionHandler : TElOfficeCustomEncryptionHandler;

[C++]
    TElOfficeCustomEncryptionHandler* get_EncryptionHandler();
    void set_EncryptionHandler(TElOfficeCustomEncryptionHandler &Value);
    void set_EncryptionHandler(TElOfficeCustomEncryptionHandler *Value);

[PHP]
    TElOfficeCustomEncryptionHandler get_EncryptionHandler()
    void set_EncryptionHandler(TElOfficeCustomEncryptionHandler $Value)

[Java]
    TElOfficeCustomEncryptionHandler getEncryptionHandler();
    void setEncryptionHandler(TElOfficeCustomEncryptionHandler Value);

Description

    Use this property to specify document's encryption handler.

See also:     Encryptable     IsEncrypted     EncryptTo    

Discuss this help topic in SecureBlackbox Forum