In WCF, if your service wants an authentication before it is used then what is the best way to handle an authentication mechanism with WCF?

 Posted by Akiii on 10/9/2012 | Category: WCF Interview questions | Views: 3749 | Points: 40
Answer:

The best way to handle this would be to design a Message contract that
accepts these authentication tokens in the header of the message.



Thanks and Regards
Akiii


| Alert Moderator 

Comments or Responses

Login to post response