Click here to Skip to main content
15,883,957 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have created WCF Rest service, which will be consume by Client.
The request and response of service is in JSON format.


requirement is, how can I come to know that the request and response is not altered.
Or how can I implement security feature in WCF rest service.
Posted

1 solution

Read security fundamentals from msdn linkhttps://msdn.microsoft.com/en-us/library/ff650862.aspx[here]
and try to implement security with the help of this Implement Windows authentication and security in WCF Service[article]

hope this will help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900