[This is preliminary documentation and subject to change]
This property contains flags, as seen in the flags section below, that specify the server configuration established at startup.
| Attribute Name | Attribute Value |
| Data Type | DWORD |
| Attributes | NO_ATTRIBUTES |
| Default Value | 0 |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 1027 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_SERVER_CONFIGURATION_INFO |
| Data type | DWORD |
| User type | IIS_MD_UT_SERVER |
| Name | Value | Metabase Bitmask Identifier | Description |
| ServerConfigSSL40 | 1 | 0x00000001 |
MD_SERVER_CONFIG_SSL_40 | A value of TRUE
indicates that 40-bit Secure Sockets Layer (SSL) processing is
installed on the server. |
| ServerConfigSSL128 | 2 | 0x00000002 |
MD_SERVER_CONFIG_SSL_128 | A value of TRUE
indicates that 128-bit Secure Sockets Layer (SSL) processing is
installed on the server. |
| ServerConfigSSLAllowEncrypt | 4 | |
MD_SERVER_CONFIG_ALLOW_ENCRYPT | A value of TRUE
indicates that the locality allows encryption. |
| ServerConfigAutoPWSync | 8 | 0x00000008 |
MD_SERVER_CONFIG_AUTO_PW_SYNC | A value of TRUE
indicates that the server can perform automatic anonymous user
password synchronization between the Web authentication manager
(WAM) and the Microsoft Windows authentication manager. |