Discuss this help topic in SecureBlackbox Forum
Specifies if countersignatures will be verified.
Declaration
[C#]
bool VerifyCountersignatures;
[VB.NET]
Property VerifyCountersignatures As Boolean
[Pascal]
property VerifyCountersignatures : boolean;
[C++]
bool get_VerifyCountersignatures();
void set_VerifyCountersignatures(bool Value);
[PHP]
bool get_VerifyCountersignatures()
void set_VerifyCountersignatures(bool $Value)
[Java]
boolean getVerifyCountersignatures();
void setVerifyCountersignatures(boolean Value);
Description
If this property value is
true, then countersignatures will be verified and affect results.
Otherwise countersignatures will not be verified.
Discuss this help topic in SecureBlackbox Forum