Mentalis.org Security Library documentation

Certificate.GetEffectiveDate Method 

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

[Visual Basic]
Public Function GetEffectiveDate() As Date
[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

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace