[This is preliminary documentation and subject to change]

ServerConfigFlags

This property contains flags, as seen in the flags section below, that specify the server configuration established at startup.

Attribute NameAttribute Value
Data TypeDWORD
AttributesNO_ATTRIBUTES
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID1027

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type

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_SERVER_CONFIGURATION_INFO
Data typeDWORD
User typeIIS_MD_UT_SERVER

Flags

NameValueMetabase Bitmask IdentifierDescription
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.

© 1997-2001 Microsoft Corporation. All rights reserved.