ServerConfigFlags

This property contains flags that specify the server configuration established at startup. The flags contained in this property are individually defined in the following properties:

ServerConfigAutoPWSync ServerConfigSSL128
ServerConfigSSLAllowEncrypt ServerConfigSSL40

Data type Long
Default value Not set
Inheritance Not inheritable

Access Locations

This property is accessible at the following location:

Metabase Path Key Type
/LM/W3SVC/INFO IIsWebInfo

IIS Admin Base Object Information

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

Metabase identifier MD_SERVER_CONFIGURATION_INFO
Data type DWORD_METADATA
User type IIS_MD_UT_SERVER
Metabase bitmask value 0x00000000 (not set)

Bitmask values
Constant Value Description
MD_SERVER_CONFIG_SSL_40 0x00000001 40-bit SSL processing available on server.
MD_SERVER_CONFIG_SSL_128 0x00000002 128-bit SSL processing available on server.
MD_SERVER_CONFIG_ALLOW_ENCRYPT 0x00000004 Encryption available on server.
MD_SERVER_CONFIG_AUTO_PW_SYNC 0x00000008 The subauthenticator DLL (Iissuba.dll) is enabled on the server, enabling automatic password synchronization for the anonymous user account.