Returns the expiration date of this X.509v3 certificate (in local time).

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetExpirationDate As DateTime
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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also