Discuss this help topic in SecureBlackbox Forum
Specifies if offline mode should be used.
Declaration
[VB.NET]
Property OfflineMode As Boolean
[Pascal]
property OfflineMode : boolean;
[C++]
bool get_OfflineMode();
void set_OfflineMode(bool Value);
[PHP]
bool get_OfflineMode()
void set_OfflineMode(bool $Value)
[Java]
boolean getOfflineMode();
void setOfflineMode(boolean Value);
Description
Set this property to True to make TElCAdESProcessor working in offline mode. The default value is False.
Discuss this help topic in SecureBlackbox Forum