Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.Close

TElAuthenticodeManager     See also     


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


Closes the original file and releases the associated memory.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Call this method to close the original file and release the allocated resources. Don't forget to call Save before closing the file.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum