[This is preliminary documentation and subject to change]

CertCheckMode

This metabase property is used to enable or disable Certificate Revocation List (CRL) checking. When CertCheckMode is set to greater than 0 (CertCheckMode>0), the CRL is not searched for certificates that have been revoked. When CertCheckMode is equal to 0 (CertCheckMode=0), the CRL will be searched for certificates that have been revoked.

Bitmask Values

ConstantValueDescription
MD_CERT_NO_REVOC_CHECK0x00000001
MD_CERT_CACHE_RETRIEVAL_ONLY0x00000002
MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME0x00000004
MD_CERT_NO_USAGE_CHECK0x00010000

important Important    The MD_CERT_NO_REVOC_CHECK , MD_CERT_CACHE_RETRIEVAL_ONLY, and MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME flags are mutually exclusive.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID2160

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_CERT_CHECK_MODE
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.