Discuss this help topic in SecureBlackbox Forum

TElCRLEntryExtensions.InvalidityDate

TElCRLEntryExtensions     


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


Use this property to get access to the date of the certificate compromise.

Declaration

[C#]
    TElInvalidityDateCRLExtension InvalidityDate;

[VB.NET]
    Property InvalidityDate As TElInvalidityDateCRLExtension

[Pascal]
    property InvalidityDate : TElInvalidityDateCRLExtension;

[C++]
    TElInvalidityDateCRLExtension* get_InvalidityDate();

[PHP]
    TElInvalidityDateCRLExtension get_InvalidityDate()

[Java]
    TElInvalidityDateCRLExtension getInvalidityDate();

Description

    This property contains the date on which certificate became invalid.

Discuss this help topic in SecureBlackbox Forum