CryptoSys PKI Toolkit Manual
X509.CertIsValidNow Method
Verifies that an X.509 certificate is currently valid as per system clock
Syntax
[C#]
public static bool CertIsValidNow(
string certFile
)
[VB.NET]
Public Shared Function CertIsValidNow ( _
certFile As String _
) As Boolean
Parameters
- certFile
- Filename of certificate file (or its base64 representation)
Return Value
True if certificate is currently valid, otherwise false
Examples (VB.NET)
See
Example1
See Also
VB6/C equivalent: X509_CertIsValidNow
[Contents] [Index]