Mentalis.org Security Library documentation

Certificate.IsCurrent Property

Gets a value indicating whether the certificate is current, that is, has not expired.

[Visual Basic]
Public ReadOnly Property IsCurrent As Boolean
[C#]
public bool IsCurrent {get;}

Property Value

true if the certificate is current; otherwise, false.

See Also

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