1
Answer

i developed wcf service using wcf service application template,and to consume these service to use the my own library,then how to provide authentication to that servicce.

Hi,Please Answer Me.

i developed wcf service using wcf service application template,
and to consume these service to use the my own library,
then how to provide authentication to that wcf servicce.



Thanks and Regards
RK.
Answers (1)
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y
hi,

Authentication in WCF is more or less same as authentication asp.net or web service.

please refer,

http://msdn.microsoft.com/en-us/library/bb398990.aspx
http://www.codeproject.com/Articles/36289/8-steps-to-enable-windows-authentication-on-WCF-Bao
hope this help.