Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeTimestamp.SigningTime

TElAuthenticodeTimestamp     See also     


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


Returns the signing time.

Declaration

[C#]
    DateTime SigningTime;

[VB.NET]
    Property SigningTime As DateTime

[Pascal]
    property SigningTime : TDateTime;

[C++]
    int64_t get_SigningTime();

[PHP]
    DateTime get_SigningTime()

[Java]
    Date getSigningTime();

Description

    Use this property to get the signing time (in UTC).

See also:     TimestampType    

Discuss this help topic in SecureBlackbox Forum