Returns the effective 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 GetEffectiveDate As DateTime
C#
public DateTime GetEffectiveDate()

Return Value

The effective date for this X.509 certificate.

Remarks

The effective date is the date after which the X.509 certificate is considered valid.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also