Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.SignByUTC

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the due date of the signature in UTC.

Declaration

[C#]
    DateTime SignByUTC;

[VB.NET]
    Property SignByUTC As DateTime

[Pascal]
    property SignByUTC : TElDateTime;

[C++]
    int64_t get_SignByUTC();
    void set_SignByUTC(int64_t Value);

[PHP]
    DateTime get_SignByUTC()
    void set_SignByUTC(DateTime $Value)

[Java]
    Date getSignByUTC();
    void setSignByUTC(Date Value);

Description

    Use this property to specify the date by which the document should be signed in UTC. The consumer should not allow to sign the document using this signature spot after this date.

See also:     SignBy    

Discuss this help topic in SecureBlackbox Forum