ServerConfigFlags

The ServerConfigFlags property contains flags, as seen in the Flags section, that specify the server configuration established at startup.

Schema Attributes

Attribute Name

Value

ADSI/WMI Data Type

DWORD

ABO Data Type

DWORD_METADATA

Schema Default

0

Internal Default

Not specified.

Upper Bound

0

Lower Bound

Not specified

Internal ID

1027

Friendly ID

MD_SERVER_CONFIGURATION_INFO

Property Attributes

NO_ATTRIBUTES

User Type

IIS_MD_UT_SERVER

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

ServerConfigAutoPWSync

Versions Applicable

[IIS 5.0][IIS 5.1][IIS 6.0]

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.

Bitmask

8 (hex 0x00000008)

Friendly Bitmask ID

MD_SERVER_CONFIG_AUTO_PW_SYNC

Internal ID

6226

Flag Name

ServerConfigSSL128

Versions Applicable

[IIS 5.0][IIS 5.1][IIS 6.0]

Description

A value of true indicates that 128-bit Secure Sockets Layer (SSL) processing is installed on the server.

Bitmask

2 (hex 0x00000002)

Friendly Bitmask ID

MD_SERVER_CONFIG_SSL_128

Internal ID

6224

Flag Name

ServerConfigSSL40

Versions Applicable

[IIS 5.0][IIS 5.1][IIS 6.0]

Description

A value of true indicates that 40-bit Secure Sockets Layer (SSL) processing is installed on the server.

Bitmask

1 (hex 0x00000001)

Friendly Bitmask ID

MD_SERVER_CONFIG_SSL_40

Internal ID

6223

Flag Name

ServerConfigSSLAllowEncrypt

Versions Applicable

[IIS 5.0][IIS 5.1][IIS 6.0]

Description

A value of true indicates that the locality allows encryption.

Bitmask

4 (hex 0x00000004)

Friendly Bitmask ID

MD_SERVER_CONFIG_ALLOW_ENCRYPT

Internal ID

6225

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also