Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.Signatures

TElAuthenticodeManager     See also     


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


Contains signatures made over the file.

Declaration

[C#]
    TElAuthenticodeSignature Signatures[int Index];

[VB.NET]
    Property Signatures(ByVal Index As Integer) As TElAuthenticodeSignature

[Pascal]
    property Signatures[Index: integer]: TElAuthenticodeSignature;

[C++]
    TElAuthenticodeSignature* get_Signatures(int32_t Index);

[PHP]
    TElAuthenticodeSignature get_Signatures(integer $Index)

[Java]
    TElAuthenticodeSignature getSignatures(int Index);

Parameters

  • Index - the index of the desired signature in the list, starting from 0.

Description

    Use this property to get the signatures made over the opened file.

See also:     SignatureCount     Open    

Discuss this help topic in SecureBlackbox Forum