Hi guys,
I have a C# client application; that communicates to C# backend service via WCF.
I want to make sure that each WCF call made to the service is from logged in user, I mean logged into my client
and not via any hacker. How can I configure this? Thanks for your answer!
I have a C# client application; that communicates to C# backend service via WCF.
I want to make sure that each WCF call made to the service is from logged in user, I mean logged into my client
and not via any hacker. How can I configure this? Thanks for your answer!