Returns the effective 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 GetEffectiveDate()
Visual Basic
Public Function GetEffectiveDate As DateTime
Visual 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.

See Also