未找到 SharePoint SecureStoreProvider

SharePoint SecureStoreProvider not found

提问人:Andrew Malcolm 提问时间:11/11/2023 更新时间:11/11/2023 访问量:31

问:

我正在 Visual Studio 中(使用 )开发 SharePoint Server 2019 Standard,需要访问 Secure Store Service。但是,我找不到包含该类的。WebPart.ascxMicrosoft.Office.SecureStoreService.Server.dllSecureStoreProvider

我使用 PowerShell 脚本搜索了整台机器,但没有成功。

我在 2022 年 3 月 8 日的 SharePoint Server 2019 (KB5002163) 更新中找到了对此 DLL 的引用,但这并没有导致任何地方,因为我的安装已完全修补(撰写本文时为 2023 年 10 月)。

我发现的唯一类似的DLL是,但它缺少必要的类。Microsoft.Office.SecureStoreService.Server.Security.dllSecureStoreProvider

有关访问我的 WebPart 的任何建议将不胜感激。SecureStoreProvider

visual-studio dll sharepoint-2019

评论


答:

1赞 jleture 11/11/2023 #1

您可以在 SharePoint 场的任何 SharePoint Server 部分的 GAC 中找到 DLL:Microsoft.Office.SecureStoreService.dll

C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.Office.SecureStoreService

您可能还对以下程序集感兴趣:

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\ISAPI\Microsoft.BusinessData.dll

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\ISAPI\Microsoft.Office.SecureStoreService.Server.Security.dll

来源(也适用于 SP 2019):

评论

0赞 Andrew Malcolm 11/11/2023
谢谢!这是懒惰的一天,我正在寻找而不是正确的文件。Microsoft.Office.SecureStoreService.Server