PyCERT_CONTEXT.CertVerifySubjectCertificateContext

int = CertVerifySubjectCertificateContext(Issuer, Flags )

Checks the validity of the certificate

Parameters

Issuer : PyCERT_CONTEXT

Certificate of authority that issued the certificate

Flags : int

Combination of CERT_STORE_REVOCATION_FLAG,CERT_STORE_SIGNATURE_FLAG and CERT_STORE_TIME_VALIDITY_FLAG indicating which checks should be performed

Return Value

Returns flags indicating which validity checks failed, or 0 if all were successful.