Gets a value indicating whether the certificate is current, that is, has not expired.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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 (); } |