How to give access to service methods to different clients
hi,
i am new to wcf. i am creating one sample wcf service(Service) with ten methods.(I have only one interface IService)
And i have two clients A and B. I want to expose first four methods to client A and next 6 methods to client B.
Plz tell me how to give permission for those methods to corresponding clients.