Tagged Questions

1
vote
1answer
488 views

WCF ticket base authentication

I am writing WCF service that uses wsHttpBinding binding,which is not hosted in IIS but in Windows Service.I want to have a Login(user,pass) method in service, which will give a ticket to the client ...