Pregunta

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();
¿Fue útil?

Solución

Found it, new 2013 location in 2013 is:

C:\Windows\Microsoft.NET\assembly\GAC_MSIL
Licenciado bajo: CC-BY-SA con atribución
scroll top