Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.SignatureCount

TElAuthenticodeManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of file signatures.

Declaration

[C#]
    int SignatureCount;

[VB.NET]
    Property SignatureCount As Integer

[Pascal]
    property SignatureCount: Integer;

[C++]
    int32_t get_SignatureCount();

[PHP]
    integer get_SignatureCount()

[Java]
    int getSignatureCount();

Description

    Use this property to get the number of signatures over the opened file.

See also:     Open     Signatures    

Discuss this help topic in SecureBlackbox Forum