Discuss this help topic in SecureBlackbox Forum
Specifies whether the component should take care of XAdES processor disposal.
Declaration
[C#]
bool OwnXAdESProcessor;
[VB.NET]
Property OwnXAdESProcessor As Boolean
[Pascal]
property OwnXAdESProcessor : Boolean;
[C++]
bool get_OwnXAdESProcessor();
void set_OwnXAdESProcessor(bool Value);
[PHP]
bool get_OwnXAdESProcessor()
void set_OwnXAdESProcessor(bool $Value)
[Java]
boolean getOwnXAdESProcessor();
void setOwnXAdESProcessor(boolean Value);
Description
If this property is set to true, the signature handler will dispose of XAdESProcessor automatically.
Discuss this help topic in SecureBlackbox Forum