【发布时间】:2016-10-21 05:58:15
【问题描述】:
我使用 Launcher.LaunchUriAsync 从我的 winrt xaml 应用程序连接到网站。但是,该网站是私有的,每次我尝试连接时它都会要求我提供授权凭据。关于如何加密和传递凭据的任何想法连同 LaunchUriAsync 中的 uri?
【问题讨论】:
-
url 格式在 IE 中不再起作用。无论如何,我无法直接在 launchURIAync 中实现该功能。我通过使用带有 Winrt xaml 应用程序的外部 windows 窗体来实现这一点。
标签: c# .net windows xaml winrt-xaml