4.5 NPKI_VerifyCallBackStruct Flag Values

One of the following defined values should be passed into the flags field of the function NPKIVerifyCertificateChain or in the flags field of the NPKI_VerifyCallBackStruct:

Value

Name

Description

0x00000000

NPKI_VERIFY_NORMAL

Verifies the certificate chain along with Certificate Revocation Lists (CRL).

0x00000001

NPKI_VERIFY_DONT_CHECK_CERTIFICATE

Do not verify the certificate chain.

0x00000002

NPKI_VERIFY_DONT_CHECK_CRL

Do not check CRLs.