﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HttpDigestClientCredential" FullName="System.ServiceModel.Security.HttpDigestClientCredential"><TypeSignature Language="C#" Value="public sealed class HttpDigestClientCredential" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit HttpDigestClientCredential extends System.Object" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Digest authentication verifies that both parties to a communication know a shared secret (a password). Authentication is done without sending the password in the clear. Digest authentication is based on a challenge-response paradigm. The Digest scheme challenges using a nonce ("number used once") value. The response must contain a checksum of the user name, the password, the nonce value, the HTTP method, and the requested URI. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Used for digest authentication of HTTP clients.</para></summary></Docs><Members><Member MemberName="AllowedImpersonationLevel"><MemberSignature Language="C#" Value="public System.Security.Principal.TokenImpersonationLevel AllowedImpersonationLevel { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Security.Principal.TokenImpersonationLevel AllowedImpersonationLevel" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Principal.TokenImpersonationLevel</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Allowable values include: </para><para><see cref="F:System.Security.Principal.TokenImpersonationLevel.Delegation" />, </para><para><see cref="F:System.Security.Principal.TokenImpersonationLevel.Identification" />, and</para><para><see cref="F:System.Security.Principal.TokenImpersonationLevel.Impersonation" />.</para><para>Due to the limitations of Digest authentication, when the client is using non-default credentials, only Impersonation and Delegation levels are allowed.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the level of impersonation that the client allows with the client credential provided.</para></summary></Docs></Member><Member MemberName="ClientCredential"><MemberSignature Language="C#" Value="public System.Net.NetworkCredential ClientCredential { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Net.NetworkCredential ClientCredential" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Net.NetworkCredential</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If not specified, the default thread credential will be used.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the network credential to be used for digest-based authentication.</para></summary></Docs></Member></Members></Type>