Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum