Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.OwnEncryptionHandler

TElOfficeBinaryDocument     See also     


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


Specifies if the component owns encryption handler.

Declaration

[C#]
    bool OwnEncryptionHandler;

[VB.NET]
    Property OwnEncryptionHandler As Boolean

[Pascal]
    property OwnEncryptionHandler : Boolean;

[C++]
    bool get_OwnEncryptionHandler();
    void set_OwnEncryptionHandler(bool Value);

[PHP]
    bool get_OwnEncryptionHandler()
    void set_OwnEncryptionHandler(bool $Value)

[Java]
    boolean getOwnEncryptionHandler();
    void setOwnEncryptionHandler(boolean Value);

Description

    Use this property to specify if the component should take care of the document's encryption handler disposal. If this property value is False, user should manage EncryptionHandler object disposal.

See also:     EncryptionHandler    

Discuss this help topic in SecureBlackbox Forum