Discuss this help topic in SecureBlackbox Forum

TElXMLCRLIdentifier.IssueTime

TElXMLCRLIdentifier     See also     


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


Indicates the time when the CRL was issued.

Declaration

[C#]
    string IssueTime;

[VB.NET]
    Property IssueTime As String

[Pascal]
    property IssueTime: WideString;

[C++]
    void get_IssueTime(sb_u16string &OutResult);
    void get_IssueTime(std::wstring &OutResult);
    void set_IssueTime(const sb_u16string &Value);
    void set_IssueTime(const std::wstring &Value);

[PHP]
    string get_IssueTime()
    void set_IssueTime(string $Value)

[Java]
    String getIssueTime();
    void setIssueTime(String Value);

Description

    Use this property to get or set the time when the CRL was issued.

See also:     Issuer     IssueTimeUTC    

Discuss this help topic in SecureBlackbox Forum