Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得与 C# 程序相关的权限?如果是,如何?
我知道在 C 中,您必须创建一个令牌并使用 GetTokenInformation() 方法来获取有关该令牌的信息。
C#中有类似的东西吗?
我的 C# 有点生锈,但如果我没记错的话,这可以解决问题
WindowsIdentity windowsIdentity = WindowsIdentity.GetCurrent();
朋友们。我已经从AndroidHive下载了一个示例 JSON 解析项目。
代码是:
// Making HTTP requ