Hi all,
i am using the AuthenticationService.svc to expose the Membership functionality outside the asp.net app. I have a WPF client that has service reference to this AuthenticationService and logging in and out works excellent.
The next thing I want is to get more properties of the logged in user. The ProviderUserKey for example is important to me.
Any thoughts on how this can be achieved??