Skip to main content
Home Forums General Silverlight Getting Started clientCredentialType="Ntlm" in wcf
1 replies. Latest Post by ken tucker on July 2, 2009.
(0)
pinks123
Member
24 points
32 Posts
07-01-2009 8:14 AM |
whats the use of clientCredentialType="Ntlm" in WCF.And whats the type of clientCredentialType and whats the use of it.
Pls focus some ideas
ken tucker
All-Star
16276 points
2,479 Posts
07-02-2009 6:17 AM |
From the msdn docs
NTLM. This option is available with the HTTP protocol only. The client is authenticated by using a challenge-response scheme against Windows accounts. NTLM authentication is well suited for a workgroup environment and is more secure than Basic authentication. The service is authenticated by using an SSL certificate.
http://msdn.microsoft.com/en-us/library/dd264706.aspx