Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.RemoveTimestamp

TElAuthenticodeSignature     See also     


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


Removes the timestamp from the signature.

Declaration

[C#]
    void RemoveTimestamp();

[VB.NET]
    Sub RemoveTimestamp()

[Pascal]
    procedure RemoveTimestamp();

[C++]
    void RemoveTimestamp();

[PHP]
    void RemoveTimestamp()

[Java]
    void removeTimestamp();

Description

    Call this method to remove timestamp from the signature.

See also:     Timestamp    

Discuss this help topic in SecureBlackbox Forum