Returns the expiration date of this X.509v3 certificate.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public DateTime GetExpirationDate()
Visual Basic
Public Function GetExpirationDate As DateTime
Visual C++
public:
DateTime GetExpirationDate()

Return Value

The expiration date for this X.509 certificate.

Remarks

The expiration date is the date after which the X.509 certificate is no longer considered valid.

See Also