Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.Timestamp

TElAuthenticodeSignature     See also     


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


Returns this signature's timestamp.

Declaration

[C#]
    TElAuthenticodeTimestamp Timestamp;

[VB.NET]
    Property Timestamp As TElAuthenticodeTimestamp

[Pascal]
    property Timestamp : TElAuthenticodeTimestamp;

[C++]
    TElAuthenticodeTimestamp* get_Timestamp();

[PHP]
    TElAuthenticodeTimestamp get_Timestamp()

[Java]
    TElAuthenticodeTimestamp getTimestamp();

Description

    Use this property to access signature's timestamp.

See also:     StartTimestamp     CompleteTimestamp    

Discuss this help topic in SecureBlackbox Forum