UseDigestSSP

The UseDigestSSP property is used by Advanced Digest authentication to switch between the older version of Digest authentication and the newer Advanced Digest security support provider interface (SSPI) codes.

If this property is set to true, the SSPI code for Advanced Digest is used. In all other cases ( false, empty or not set), IIS uses the older version of Digest autentication.

ms525662.alert_caution(en-us,VS.90).gifImportant Note:

If the older version of Digest authentication is used and dedicated application mode is selected, the LocalSystem account must be used as the identity.

For more information, see Digest Authentication and Advanced Digest Authentication in the Internet Information Services 6.0 Product Documentation.

Schema Attributes

Attribute Name

Value

ADSI/WMI Data Type

BOOL

ABO Data Type

DWORD_METADATA

Schema Default

FALSE

Internal Default

Not specified.

Upper Bound

0

Lower Bound

Not specified

Internal ID

6047

Friendly ID

MD_USE_DIGEST_SSP

Property Attributes

INHERIT

User Type

IIS_MD_UT_FILE

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path

IIS Admin Object Type

/LM/W3SVC

IIsWebService

/LM/W3SVC/n

IIsWebServer

/LM/W3SVC/n/ROOT/file_name

/LM/W3SVC/n/ROOT/virtual_directory_name/file_name

IIsWebFile

/LM/W3SVC/n/ROOT/physical_directory_name

/LM/W3SVC/n/virtual_directory_name/physical_directory_name

IIsWebDirectory

/LM/W3SVC/n/ROOT

/LM/W3SVC/n/ROOT/virtual_directory_name

IIsWebVirtualDir

Flags

There are no flags for this property.

Requirements

Client: Requires or Windows XP Professional.

Server: Requires or Windows Server 2003.

Product: IIS

See Also