What is overloading in wcf? How to do authentication in wcf?



What is overloading in wcf? How to do authentication in wcf?..

Answer / Monu Sharma

Overloading refers to having multiple methods with the same name but different parameters within a single class in WCF. Authentication in WCF can be done using various mechanisms like Windows, Certificate, and custom authentication. For Windows Authentication, you need to set the 'authentication' attribute of the serviceBehavior element to 'Windows' in your configuration file. For example: <serviceBehavior><authentication mode="Windows"/></serviceBehavior>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is "know types" in wcf?

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


what is the endpoint in WCF and what are the three major points in WCF?

1 Answers  


Exp wcf peer network binding type?

1 Answers  


What is "service contracts" in wcf?

1 Answers  


explain what is transport and message reliability? : Wcf data services

1 Answers  


What is service host factory in wcf?

1 Answers  


What are the features of wcf?

1 Answers  


What is datacontractserializer in wcf?

1 Answers  


What is the elements of WCF service used in client side?

1 Answers  


How to host WCF Self-Hosting?

1 Answers   QuestPond,


What is the usage of "receivetimeout" property in wcf?

1 Answers  


Categories