Discuss this help topic in SecureBlackbox Forum
Specifies the number of monitors on the machine where the digital signature was created.
Declaration
[VB.NET]
Property Monitors As Integer
[Pascal]
property Monitors : integer;
[C++]
int32_t get_Monitors();
void set_Monitors(int32_t Value);
[PHP]
integer get_Monitors()
void set_Monitors(integer $Value)
[Java]
int getMonitors();
void setMonitors(int Value);
Description
Use this property to set the number of monitors on the machine where the digital signature was created.
Discuss this help topic in SecureBlackbox Forum