Return date and time certificate was issued.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string CertIssuedOn(
string certFile
)
Public Shared Function CertIssuedOn (
certFile As String
) As String
Parameters
- certFile String
- Filename of certificate file (or its base64 representation)
Return Value
StringDate and time in ISO format or Empty string if error
See Also