Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.SigningTime

TElXAdESVerifier     See also     


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


Specifies time when the signature was produced.

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 time when the signature was created. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     SigningCertificates    

Discuss this help topic in SecureBlackbox Forum