Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.Timestamps

TElAuthenticodeVerifier     See also     


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


Returns time-stamp value of the desired signature.

Declaration

[C#/Java]
    DateTime Timestamps[int Index];

[VB.NET]
    Property Timestamps(ByVal Index As Integer) As DateTime

[Pascal]
    property Timestamps[Index: Integer]: TDateTime;

[C++]
    int64_t get_Timestamps(int32_t Index);

[PHP]
    DateTime get_Timestamps(integer $Index)

Parameters

  • Index - Index of the signature in the list

Description

    Use this property to get a time-stamp value of the desired signature.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum