NnSslCertVerifyError Enumerated Type

Syntax

enum NnSslCertVerifyError;

Value

Value Description
NNSSL_CERT_VERIFYERROR_COMMON_NAME The server name is inconsistent with both the CommonName and SubjectAltName extended regions.
NNSSL_CERT_VERIFYERROR_ROOT_CA Inconsistent root CA.
NNSSL_CERT_VERIFYERROR_DATE Expired certificate.
NNSSL_CERT_VERIFYERROR_CHAIN Failed certificate chain verification.
NNSSL_CERT_VERIFYERROR_REVOKED Revoked certificate.
NNSSL_CERT_VERIFYERROR_EV Problem in verifying the EV certificate.

Description

Certificate verification results. (Each definition uses a single bit. You can define multiple errors at the same time using a bitwise OR of multiple definitions. The GetCertVerifyErrors function gets these types of values as a result of verifying certificates.)

Revision History

2010/11/10
Initial version.

CONFIDENTIAL