标签: windows-identity
如果在进程以本地用户身份运行时尝试实例化WindowsIdentity():
IIdentity identity = new WindowsIdentity(userName);
抛出一个异常:
“指定的登录会话不存在。它可能已经存在 已终止”
登录会话的目的是什么?我需要登录什么?我该如何解决?
谢谢。