<httpDigest> Element
Specifies a digest type credential used when authenticating the client to a service.
Schema Hierarchy
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior> of <endpointBehaviors>
<clientCredentials>
<httpDigest> Element
Syntax
<digest impersonationLevel="Identification/Impersonation/Delegation/Anonymous/None" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
impersonationLevel |
Sets the impersonation preference that the client communicates to the server. The impersonation mode that the client selects is not enforced on the server. Valid values include the following:
The default is Identification. This attribute is of type TokenImpersonationLevel. |
Child Elements
None
Parent Elements
Element | Description |
---|---|
Specifies the credentials used to authenticate a client to a service. |
Remarks
A digest is a hash determined by using an algorithm and a set of inputs. The authenticator and the authenticated agree upon an algorithm and exchange the data used as inputs. The client can calculate the hash and send it to the service. The service also calculates the hash and compares the values. A match validates the client.
This feature must be enabled with Active Directory on Windows and Internet Information Services (IIS). For more information, see Digest Authentication in IIS 6.0.
See Also
Reference
ClientCredentialsElement
HttpDigest
ClientCredentials
HttpDigest
HttpDigestClientElement
HttpDigestClientCredential
Other Resources
Security Behaviors in WCF
Securing Clients
Working with Certificates
Securing Services and Clients