标签:microsoft.office.securestoreservice.dll sharepoint 2013 securestoreprovider secure srore service
近期为了做个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
真是老了,呵呵。
SharePoint Server 2013找不到 SecureStoreProvider 的引用
标签:microsoft.office.securestoreservice.dll sharepoint 2013 securestoreprovider secure srore service
原文地址:http://leonliu.blog.51cto.com/1908608/1651616