RtsX509VerifyFlags (ENUM)ΒΆ

TYPE RtsX509VerifyFlags :

Attributes:
qualified_only
InOut:

Name

Initial

Comment

EnableCRLCheck

16#1

Enables CRL checks for certificate validation.

DisablePartialChain

16#2

By default the X509CertVerify2 will stop building the trust chain when the first trusted (intermediate) certificate is found. By setting this flag the verify operation tries to build the chain up to the top level root (if trusted or not). This typically requires setting up the Chain certificate store properly.