Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.MoveSignature

TElAuthenticodeManager     See also     


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


Moves signatures in the list.

Declaration

[C#]
    void MoveSignature(int CurrentIndex, int NewIndex);

[VB.NET]
    Sub MoveSignature(ByVal CurrentIndex As Integer, ByVal NewIndex As Integer)

[Pascal]
    procedure MoveSignature(CurrentIndex, NewIndex: integer);

[C++]
    void MoveSignature(int32_t CurrentIndex, int32_t NewIndex);

[PHP]
    void MoveSignature(integer $CurrentIndex, integer $NewIndex)

[Java]
    void moveSignature(int CurrentIndex, int NewIndex);

Parameters

  • CurrentIndex - the index of the signature you want to move.
  • NewIndex - new index for the signature.

Description

    Use this method to rearrange signatures in the list.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum