Discuss this help topic in SecureBlackbox Forum

TElCMSCRLIdentifier.Time

TElCMSCRLIdentifier     See also     


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


This property specifies the time of CRL creation.

Declaration

[C#]
    DateTime Time;

[VB.NET]
    Property Time As DateTime

[Pascal]
    property Time : TDateTime;

[C++]
    int64_t get_Time();
    void set_Time(int64_t Value);

[PHP]
    DateTime get_Time()
    void set_Time(DateTime $Value)

[Java]
    Date getTime();
    void setTime(Date Value);

Description

    Use this property to specify the time when the CRL has been created.

See also:     Issuer     Number    

Discuss this help topic in SecureBlackbox Forum