c# - Does WCF support several client authentication types on same binding? -


i have working wcf service. should add windows authentication service not want break backwards compatibility. there way enable ntlm authentication per request/client on same binding?

i looking similar httplistener authentication schemas..


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -