【问题标题】:How can I get the PSK on android with xamarin in C#? [closed]如何在 C# 中使用 xamarin 在 android 上获取 PSK? [关闭] 【发布时间】:2021-11-01 15:00:02 【问题描述】: 我正在制作一个测试网络安全的工具。 但我不知道如何获得 wpa2-psk 网络的 PSK。 感谢任何帮助。 【问题讨论】: 标签: c# android xamarin networking 【解决方案1】: 我了解到您想从设备上已配置的网络中检索 PSK。 你不能。 不推荐仅获取configured networks 的列表。 即使对于特权应用程序,API 也指定只检索信息的子集。 【讨论】: