English 中文(简体)
我如何从WCF身份验证服务中获取用户名?
原标题:
  • 时间:2009-03-05 08:36:29
  •  标签:

AuthenticationService.isLoggedIn() 的结果为真时,我该如何获取已登录用户的名称?

谢谢。

问题回答

通常情况下,我会从ServiceSecurityContext.Current中找到WCF安全信息。尝试使用ServiceSecurityContext.Current.PrimaryIdentity。

你试过查看Thead.CurrentPrincipal吗?

ServiceSecurityContext.Current.WindowsIdentity.Name 服务安全上下文。当前的Windows身份。名称。

WebContext.Current.Authentication:Web上下文当前的认证。





相关问题
热门标签