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

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

Field Value

true if the certificate is current; otherwise, false.

See Also