Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.OpenStream

TElAuthenticodeSigner     See also     


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


This method begins signing of the executable from stream.

Declaration

[C#/Java]
    int OpenStream(System.IO.Stream Stream);

[VB.NET]
    Function OpenStream(ByVal Stream As System.IO.Stream) As Integer

[Pascal]
    function OpenStream(Stream: TStream): Integer;

[C++]
    int32_t OpenStream(TStream &Stream);
    int32_t OpenStream(TStream *Stream);

[PHP]
    integer OpenStream(TStream $Stream)

Parameters

  • Stream - stream containing the executable 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 executable can be signed.

See also:     OpenFile    

Discuss this help topic in SecureBlackbox Forum