Return true if the current time is within the start and end times nominated on the certificate.

Namespace: Org.BouncyCastle.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public virtual bool IsValidNow { get; }
Visual Basic
Public Overridable ReadOnly Property IsValidNow As Boolean
	Get
Visual C++
public:
virtual property bool IsValidNow {
	bool get ();
}

Return Value

true id certificate is valid for the current time.

Collapse imageSee Also