C# - 获取 ASPNET WindowsIdentity
我想授予 ASPNET 用户对多个文件的完全控制权,但看起来我需要首先获取帐户的令牌。 有谁知道如何在桌面应用程序中模拟 ASPNET 帐户?
谢谢!
I'd like to give the ASPNET user Full Control over several files, but it looks like I'll need to get the account's token first. Does anyone know how to impersonate the ASPNET account within a desktop app?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是使用 WindowsIdentity.Impersonate 和另一个示例。 您必须拥有 已知进程标识,ASP.NET 才能跑在下面。
Here is an example of impersonating another use with WindowsIdentity.Impersonate and another example. You will have to have a known process identity for ASP.NET to run under.