微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

当前上下文中不存在名称“AuthenticationAgentContinuationHelper”

如何解决当前上下文中不存在名称“AuthenticationAgentContinuationHelper”

嗨,我厌倦了开发 Azure Active Directory,但是我遇到了一些问题,我安装了 Microsoft.Identity.Client NuGet 包,但它显示为**“当前上下文中不存在名称 'AuthenticationAgentContinuationHelper'**” AuthenticationAgentContinuationHelper .SetAuthenticationAgentContinuationEventArgs();请帮助我找到解决方案。

解决方法

我在 Microsoft.Identity.Client github repo 中找不到 AuthenticationAgentContinuationHelper 类。

通过检查应该是最新的 Configuration requirements and troubleshooting tips for Xamarin Android with MSAL.NET,它正在使用

AuthenticationContinuationHelper.SetAuthenticationContinuationEventArgs()

您可能指的是旧文档,请检查最新文档并相应地更新您的代码。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。