Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.SigningTime

TElCMSSignature     See also     


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


This property specifies the 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();
    void set_SigningTime(int64_t Value);

[PHP]
    DateTime get_SigningTime()
    void set_SigningTime(DateTime $Value)

[Java]
    Date getSigningTime();
    void setSigningTime(Date Value);

Description

    Use this property to get or set the time of the signature production. The time should be set in UTC.

See also:     Sign     SigningOptions    

Discuss this help topic in SecureBlackbox Forum