I have a WCFservice named IEnvironmentService. This service provides some unsecure methods. I have to protect some methods in this service. In order to protect this methods I want to use windows identity. So other than the specific windows identity service methods cannot be callable. How can I achieve this. thanks.
I have a WCFservice named IEnvironmentService. This service provides some unsecure methods. I have
Share
You can do this in your service implementation (you can’t do anything about this on contract):