Discuss this help topic in SecureBlackbox Forum

TElXMLSignedSignatureProperties.SignedTimeUTC

TElXMLSignedSignatureProperties     See also     


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


Specifies the time at which the signer performed the signing process in UTC.

Declaration

[C#]
    DateTime SignedTimeUTC;

[VB.NET]
    Property SignedTimeUTC As DateTime

[Pascal]
    property SignedTimeUTC: TDateTime;

[C++]
    int64_t get_SignedTimeUTC();
    void set_SignedTimeUTC(int64_t Value);

[PHP]
    DateTime get_SignedTimeUTC()
    void set_SignedTimeUTC(DateTime $Value)

[Java]
    Date getSignedTimeUTC();
    void setSignedTimeUTC(Date Value);

Description

    Use this property to get or set the time at which the signer performed the signing process in UTC.

See also:     SignedTime    

Discuss this help topic in SecureBlackbox Forum