本文介绍了WindowsIdentity获取安全异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这行代码.
身份=新的WindowsIdentity(userId)
执行此操作时,出现SecurityException并显示"IncorrectFunction".

I have this line of code.
identity = New WindowsIdentity(userId)
When this got executed am getting SecurityException saying "IncorrectFunction".
What is the solution for this ??

推荐答案


这篇关于WindowsIdentity获取安全异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-04 00:37