Return true if the nominated 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

Syntax

C#
public virtual bool IsValid(
	DateTime time
)
Visual Basic
Public Overridable Function IsValid ( _
	time As DateTime _
) As Boolean
Visual C++
public:
virtual bool IsValid(
	DateTime time
)

Parameters

time
Type: System..::..DateTime
The time to test validity against.

Return Value

True if certificate is valid for nominated time.

See Also