Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am using ws2007FederationHttpBinding binding. Every thing is working fine. But what i want that before call reach to my service method i want to check ServiceSecurityContext.Current.PrimaryIdentity.IsAuthenticated property. I am able to do that in my service method but i want that should be check just before my service method is called, in some module so that if it is false request will not reach to my method. Is there any module where i can check this?
Posted

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