Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.Clear

TElAuthenticodeSigner     See also     


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


Clears internal class structures and prepares it for the next file signing.

Declaration

[C#/Java]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

Description

    This method is equivalent to CloseFile method calling with Apply = False parameter.

See also:     CloseFile    

Discuss this help topic in SecureBlackbox Forum