Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.Index

TElAuthenticodeSignature     See also     


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


Returns the index of this signature in the list of signatures over the file.

Declaration

[C#]
    int Index;

[VB.NET]
    Property Index As Integer

[Pascal]
    property Index : Integer;

[C++]
    int32_t get_Index();
    void set_Index(int32_t Value);

[PHP]
    integer get_Index()
    void set_Index(integer $Value)

[Java]
    int getIndex();
    void setIndex(int Value);

Description

    Use this property to get the index of this signature in the sequence of signatures made over the file.

See also:     Move    

Discuss this help topic in SecureBlackbox Forum