Click or drag to resize

X509CertIssuedOn Method

Return date and time certificate was issued.

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

Parameters

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

Return Value

String
Date and time in ISO format or Empty string if error
See Also