Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.CloseFile

TElAuthenticodeSigner     See also     


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


Closes file.

Declaration

[C#/Java]
    int CloseFile(bool Apply);

[VB.NET]
    Function CloseFile(ByVal Apply As Boolean) As Integer

[Pascal]
    function CloseFile(Apply: Boolean): Integer;

[C++]
    int32_t CloseFile(bool Apply);

[PHP]
    integer CloseFile(bool $Apply)

Parameters

  • Apply - True means that all signatures and certificates will be written to the file.
    False is equivalent to the Clear method.

Return value

    Error code

Values:


Description

    Use this method to save all signatures and certificates and close file or to close it without saving signatures.

See also:     OpenFile     Clear    

Discuss this help topic in SecureBlackbox Forum