近期为了做个SharePoint 2013 单点登录的POC Demo,又重拾了撂下多年的开发,在使用SharePoint 2013 的 Secure Srore Service(SSS)编程时,要用到 SecureStoreProvider 类,但死活找不到能够引用的dll文件,后来终于发现原来在SharePoint 2010中的位置在:
C:\Windows\assembly\GAC_MSIL\Microsoft.Office.SecureStoreService\14.0.0.0__71e9bce111e9429c\Microsoft.Office.SecureStoreService.dll
而2013的位置发生了变化,是在:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL
真是老了,呵呵。
时间: 2024-10-11 23:09:32