Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryCryptoAPISignatureHandler.SignTime

TElOfficeBinaryCryptoAPISignatureHandler     See also     


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


Specifies signing time.

Declaration

[C#]
    DateTime SignTime;

[VB.NET]
    Property SignTime As DateTime

[Pascal]
    property SignTime : TElDateTime;

[C++]
    int64_t get_SignTime();
    void set_SignTime(int64_t Value);

[PHP]
    DateTime get_SignTime()
    void set_SignTime(DateTime $Value)

[Java]
    Date getSignTime();
    void setSignTime(Date Value);

Description

    Use this property to specify the time of signature production.

See also:     ExpireTime    

Discuss this help topic in SecureBlackbox Forum