Discuss this help topic in SecureBlackbox Forum
Specifies the type of the digital signature.
Declaration
[VB.NET]
Property SignatureType As Integer
[Pascal]
property SignatureType : integer;
[C++]
int32_t get_SignatureType();
void set_SignatureType(int32_t Value);
[PHP]
integer get_SignatureType()
void set_SignatureType(integer $Value)
[Java]
int getSignatureType();
void setSignatureType(int Value);
Values:
Description
Use this property to specify the type of the digital signature.
When the type is 2, both
ValidSignatureLnImage
and
InvalidSignatureLnImage
images should be specified.
Discuss this help topic in SecureBlackbox Forum