ServerConfigFlags Metabase Property
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The ServerConfigFlags property contains flags, as seen in the Flags section, that specify the server configuration established at startup.
Attribute Name | Attribute Value |
---|---|
XML Data Type |
DWORD |
WMI Data Type |
SINT32 |
ADSI Data Type |
DWORD |
ABO Data Type |
DWORD |
ABO Metabase Identifier |
MD_SERVER_CONFIGURATION_INFO |
Attributes |
NO_ATTRIBUTES |
Default Value |
0 |
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
User Type |
IIS_MD_UT_SERVER |
ID |
1027 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
---|---|
/LM/W3SVC/Info |
IIsWebInfo |
Flags
Flag Name | ServerConfigSSL40 |
---|---|
Description |
A value of true indicates that 40-bit Secure Sockets Layer (SSL) processing is installed on the server. |
Metabase Bitmask Identifier |
MD_SERVER_CONFIG_SSL_40 |
Decimal Value |
1 |
Hexadecimal Value |
0x00000001 |
Flag Name | ServerConfigSSL128 |
---|---|
Description |
A value of true indicates that 128-bit Secure Sockets Layer (SSL) processing is installed on the server. |
Metabase Bitmask Identifier |
MD_SERVER_CONFIG_SSL_128 |
Decimal Value |
2 |
Hexadecimal Value |
0x00000002 |
Flag Name | ServerConfigSSLAllowEncrypt |
---|---|
Description |
A value of true indicates that the locality allows encryption. |
Metabase Bitmask Identifier |
MD_SERVER_CONFIG_ALLOW_ENCRYPT |
Decimal Value |
4 |
Hexadecimal Value |
0x00000004 |
Flag Name | ServerConfigAutoPWSync |
---|---|
Description |
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. |
Metabase Bitmask Identifier |
MD_SERVER_CONFIG_AUTO_PW_SYNC |
Decimal Value |
8 |
Hexadecimal Value |
0x00000008 |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.