Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.RemoveSignature

TElAuthenticodeManager     See also     


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


Removes the specified signature.

Declaration

[C#]
    void RemoveSignature(int Index);

[VB.NET]
    Sub RemoveSignature(ByVal Index As Integer)

[Pascal]
    procedure RemoveSignature(Index: integer);

[C++]
    void RemoveSignature(int32_t Index);

[PHP]
    void RemoveSignature(integer $Index)

[Java]
    void removeSignature(int Index);

Parameters

  • Index - the index of the signature to be removed, starting from 0.

Description

    Use this method to remove specific file signatures.

See also:     RemoveSignatures     Signatures    

Discuss this help topic in SecureBlackbox Forum