Discuss this help topic in SecureBlackbox Forum
This read-only property contains total number of file signatures.
Declaration
[C#/Java]
int SignatureCount;
[VB.NET]
Property SignatureCount As Integer
[Pascal]
property SignatureCount: Integer;
[C++]
int32_t get_SignatureCount();
[PHP]
integer get_SignatureCount()
Description
Use this property to get the number of file signatures.
Discuss this help topic in SecureBlackbox Forum