Reputation:
how can I get the name of the logged in user when the result of AuthenticationService.isLoggedIn()
is true?
Thanks.
Upvotes: 3
Views: 508
Reputation: 107
Normally i would find WCF security information from ServiceSecurityContext.Current. Try ServiceSecurityContext.Current.PrimaryIdentity
Upvotes: 1