Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeTimestamp.Validity

TElAuthenticodeTimestamp     


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


Returns the timestamp's validity status.

Declaration

[C#]
    TSBAuthenticodeValidity Validity;

[VB.NET]
    Property Validity As TSBAuthenticodeValidity

[Pascal]
    property Validity: TSBAuthenticodeValidity;

[C++]
    TSBAuthenticodeValidity get_Validity();

[PHP]
    integer get_Validity()

[Java]
    TSBAuthenticodeValidity getValidity();

TSBAuthenticodeValidity values

Description

    Use this property to check the validity of the timestamp.

Discuss this help topic in SecureBlackbox Forum