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