Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.OpenFile

TElAuthenticodeSigner     See also     


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


This method begins file signing.

Declaration

[C#/Java]
    int OpenFile(string FileName);

[VB.NET]
    Function OpenFile(ByVal FileName As String) As Integer

[Pascal]
    function OpenFile(const FileName: string): Integer;

[C++]
    int32_t OpenFile(const std::string &FileName);

[PHP]
    integer OpenFile(string $FileName)

Parameters

  • FileName - file to be signed

Return value

    Error code

Values:


Description

    Use this method in the beginning of the signing process. If it returns SB_AUTHENTICODE_ERROR_SUCCESS, the file can be signed.

See also:     CloseFile    

Discuss this help topic in SecureBlackbox Forum