Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.RemoveAuthenticode

TElAuthenticodeVerifier     


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


Removes signature from the file, so that it becomes unsigned.

Declaration

[C#/Java]
    int RemoveAuthenticode();

[VB.NET]
    Function RemoveAuthenticode() As Integer

[Pascal]
    function RemoveAuthenticode: Integer;

[C++]
    int32_t RemoveAuthenticode();

[PHP]
    integer RemoveAuthenticode()

Return value

    Error code

Values:


Description

    Use this method to delete the signature from the file.

Discuss this help topic in SecureBlackbox Forum