Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.CancelTimestamp

TElAuthenticodeSignature     See also     


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


Cancels pending timestamp.

Declaration

[C#]
    void CancelTimestamp();

[VB.NET]
    Sub CancelTimestamp()

[Pascal]
    procedure CancelTimestamp();

[C++]
    void CancelTimestamp();

[PHP]
    void CancelTimestamp()

[Java]
    void cancelTimestamp();

Description

    Call this method to cancel the timestamping process, before CompleteTimestamp is called.

See also:     StartTimestamp     CompleteTimestamp    

Discuss this help topic in SecureBlackbox Forum