当 AuthenticationService.isLoggedIn()
的结果为真时,我该如何获取已登录用户的名称?
谢谢。
当 AuthenticationService.isLoggedIn()
的结果为真时,我该如何获取已登录用户的名称?
谢谢。
通常情况下,我会从ServiceSecurityContext.Current中找到WCF安全信息。尝试使用ServiceSecurityContext.Current.PrimaryIdentity。
你试过查看Thead.CurrentPrincipal吗?
ServiceSecurityContext.Current.WindowsIdentity.Name 服务安全上下文。当前的Windows身份。名称。
WebContext.Current.Authentication:Web上下文当前的认证。