c# - ASP.NET Web API: How to use multiple HttpClientCredentialTypes for authentication in selfhosted szenario -


i have selfhosted asp.net web api server (httpselfhostserver) running under .net 4.0. in httpselfhostconfiguration can set one clientcredentialtype, example httpclientcredentialtype.ntlm.

i server accept several credentialtypes, example basic, ntlm , certificate. client should able authenticate of these credentialtypes.

is possible?


Comments

Post a Comment

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -