Discuss this help topic in SecureBlackbox Forum

TElPrivateKeyUsagePeriodExtension.NotBefore

TElPrivateKeyUsagePeriodExtension     See also     


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


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

Declaration

[C#]
    DateTime NotBefore;

[VB.NET]
    Property NotBefore As DateTime

[Pascal]
    property NotBefore : DateTime;

[C++]
    int64_t get_NotBefore();
    void set_NotBefore(int64_t Value);

[PHP]
    DateTime get_NotBefore()
    void set_NotBefore(DateTime $Value)

[Java]
    Date getNotBefore();
    void setNotBefore(Date Value);

Description

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

See also:     NotAfter    

Discuss this help topic in SecureBlackbox Forum