Discuss this help topic in SecureBlackbox Forum

TElDKSignature.SignatureTime

TElDKSignature     See also     


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


Specifies the time of the signature production.

Declaration

[C#]
    DateTime SignatureTime;

[VB.NET]
    Property SignatureTime As DateTime

[Pascal]
    property SignatureTime : TDateTime;

[C++]
    int64_t get_SignatureTime();
    void set_SignatureTime(int64_t Value);

[PHP]
    DateTime get_SignatureTime()
    void set_SignatureTime(DateTime $Value)

[Java]
    Date getSignatureTime();
    void setSignatureTime(Date Value);

Description

    Use this property to get or set the time when the signature was produced. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     SignatureExpired    

Discuss this help topic in SecureBlackbox Forum