Just learning WCf Security, and searched about how to expose only some methods to my client on the basis of authentication/authorization.
1) Like for admin application, service should expose all methods. But for User application same Service should expose some methods.
Or, 2) If admin logged in an application service should expose all methods and service exposes limited methods if usertype user(not admin) logged in same application.
I have read http://msdn.microsoft.com/en-us/library/ff405740.aspx but this one is Windows based authentication/authorization.