Discuss this help topic in SecureBlackbox Forum

TElPrivateKeyUsagePeriodExtension.NotAfter

TElPrivateKeyUsagePeriodExtension     See also     


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


The private key associated with thecertificate should not be used to sign objects after the time specified by this property.

Declaration

[C#]
    DateTime NotAfter;

[VB.NET]
    Property NotAfter As DateTime

[Pascal]
    property NotAfter : DateTime;

[C++]
    int64_t get_NotAfter();
    void set_NotAfter(int64_t Value);

[PHP]
    DateTime get_NotAfter()
    void set_NotAfter(DateTime $Value)

[Java]
    Date getNotAfter();
    void setNotAfter(Date Value);

Description

    The private key associated with thecertificate should not be used to sign objects after the time specified by this property. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     NotBefore    

Discuss this help topic in SecureBlackbox Forum