Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPIdentifier.ProducedAtUTC

TElXMLOCSPIdentifier     See also     


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


Indicates time when the response was produced in UTC.

Declaration

[C#]
    DateTime ProducedAtUTC;

[VB.NET]
    Property ProducedAtUTC As DateTime

[Pascal]
    property ProducedAtUTC: TDateTime;

[C++]
    int64_t get_ProducedAtUTC();
    void set_ProducedAtUTC(int64_t Value);

[PHP]
    DateTime get_ProducedAtUTC()
    void set_ProducedAtUTC(DateTime $Value)

[Java]
    Date getProducedAtUTC();
    void setProducedAtUTC(Date Value);

Description

    Use this property to get or set time when the referenced OCSP response was produced in UTC.

See also:     ProducedAt    

Discuss this help topic in SecureBlackbox Forum