EVTPARAM_X509CertValidity (STRUCT)ΒΆ

TYPE EVTPARAM_X509CertValidity : STRUCT

InOut:

Name

Type

Comment

pszUseCaseComponent

POINTER TO STRING

Name of the component which registered the use case.

pszIssuer

POINTER TO STRING

The issuer name of the certificate.

pszThumbprint

POINTER TO STRING

The thumbprint of the certificate.

notBefore

ULINT

The start date of the validity period. Number of milliseconds (not counting leap milliseconds) since 00:00, Jan 1 1970 GMT.

notAfter

ULINT

The end date of the validity period. Number of milliseconds (not counting leap milliseconds) since 00:00, Jan 1 1970 GMT.