This identifier specifies the logon method for clear text (Basic) authentication. Each user attempting to log on to the server must have access permissions corresponding to the appropriate logon method.
| Data type | DWORD |
| Default inheritance | Inheritable |
| User type | IIS_MD_UT_FILE |
| Constant | Value | Description |
|---|---|---|
| MD_LOGON_INTERACTIVE | 0x00000000 | Log on locally |
| MD_LOGON_BATCH | 0X00000001 | Log on as batch job |
| MD_LOGON_NETWORK | 0x00000002 | Log on over network |
This identifier is available at the following metabase keys:
| Metabase Path | Key Type |
|---|---|
| /LM/W3SVC | IIsWebService |
| /LM/W3SVC/n | IIsWebServer |
| /LM/W3SVC/n/ROOT | IIsWebVirtualDir |
| /LM/W3SVC/n/ROOT/WebVirtualDir | IIsWebVirtualDir |
| /LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory | IIsWebDirectory |
| /LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory/WebFile | IIsWebFile |