Click or drag to resize

X509CertIsValidNow Method

Verify that an X.509 certificate is currently valid as per system clock.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static bool CertIsValidNow(
	string certFile
)

Parameters

certFile  String
Filename of certificate file (or its base64 representation)

Return Value

Boolean
True if certificate is currently valid, otherwise false
See Also