MD_SERVER_CONFIGURATION_INFO
This identifier contains flags, set by the server upon startup, that can be read by applications to determine if various extensions to server functionality have been installed, including SSL (Secure Sockets Layer).
Attributes
Data type |
DWORD |
Default inheritance |
Not inheritable |
User type |
IIS_MD_UT_SERVER |
Values
-
Default Value
-
Not applicable
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 |
Subauthenticator is installed on server |
Metabase Keys
This identifier is available at the following metabase keys:
Metabase Path |
Key Type |
/LM/W3SVC/INFO |
IIsWebInfo |
See Also
ServerConfigFlags
© 1997 by Microsoft Corporation. All rights reserved.