EVTPARAM_X509CertValidity (STRUCT)ΒΆ
TYPE EVTPARAM_X509CertValidity : STRUCT
- InOut:
Name
Type
Comment
pszUseCaseComponentPOINTER TO STRING
Name of the component which registered the use case.
pszIssuerPOINTER TO STRING
The issuer name of the certificate.
pszThumbprintPOINTER TO STRING
The thumbprint of the certificate.
notBeforeULINTThe start date of the validity period. Number of milliseconds (not counting leap milliseconds) since 00:00, Jan 1 1970 GMT.
notAfterULINTThe end date of the validity period. Number of milliseconds (not counting leap milliseconds) since 00:00, Jan 1 1970 GMT.