Xamarin.Forms PlatformParametwer不包含带有2个参数的构造函数

时间:2019-03-08 19:01:59

标签: xamarin adal .net-standard-2.0

我正在使用ADAL进行身份验证的移动应用程序。我正在为项目使用VS 2017 Xamarmin.Forms和Traging .Net标准2.0。但是出现了以下代码的错误。我进行了一些研究,但发现.NetCore不支持PlatformParameters构造函数,因为.NetCore还不支持UI。但是.Net标准应该支持。有什么解决方案或解决方法吗?先感谢您。

 authResult = await authContext.AcquireTokenAsync(resource, clientID, new Uri(clientReturnUri), new PlatformParameters(PromptBehavior.Auto, this));

0 个答案:

没有答案