Question

I'm trying to access Secure Store credentials through C# but I can't find the assembly any where in /15 or my GAC. You would think this would be easy if it was a best practice. Any ideas where I can find the DLL so I can run this code?

ISecureStoreProvider provider = SecureStoreProviderFactory.Create();
Était-ce utile?

La solution

Found it, new 2013 location in 2013 is:

C:\Windows\Microsoft.NET\assembly\GAC_MSIL
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top