Discuss this help topic in SecureBlackbox Forum
Specifies the way of the signature identification.
Declaration
[C#]
bool SignaturePolicyImplied;
[VB.NET]
Property SignaturePolicyImplied As Boolean
[Pascal]
property SignaturePolicyImplied: boolean;
[C++]
bool get_SignaturePolicyImplied();
void set_SignaturePolicyImplied(bool Value);
[PHP]
bool get_SignaturePolicyImplied()
void set_SignaturePolicyImplied(bool $Value)
[Java]
boolean getSignaturePolicyImplied();
void setSignaturePolicyImplied(boolean Value);
Description
Use this property to specify the way of the signature identification.
The two possible ways of the signature identification are listed in the description of this class.
Discuss this help topic in SecureBlackbox Forum