Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.Move

TElAuthenticodeSignature     See also     


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


Moves this signature in the list of signatures made over the file.

Declaration

[C#]
    void Move(int NewIndex);

[VB.NET]
    Sub Move(ByVal NewIndex As Integer)

[Pascal]
    procedure Move(NewIndex: Integer);

[C++]
    void Move(int32_t NewIndex);

[PHP]
    void Move(integer $NewIndex)

[Java]
    void move(int NewIndex);

Parameters

  • NewIndex - the new index of this signature in the list.

Description

    Use this property to change the position of this signature in the sequence of signatures over the file.

See also:     Index     Remove    

Discuss this help topic in SecureBlackbox Forum