Using SecureStore in a desktop application I plan on selling

Status
Not open for further replies.

MicheleH

New Member
Hi
I recently learned of SecureStore, have been able to get it installed in Visual Studio 2019 and the CLI working, so I can encrypt and retrieve using C++.

Can values stored in SecureStore be retrieved by a VB Net application? If so, how would I be able to accomplish this?

Thank you
 
Yes, since the SecureStore nuget package is compiled to IL, any C#, F#, or VB.NET application can use it. There are online utils that can convert C# codesamples like those in the SecureStore README showing how to use the library to VB.NET or you can ask your VB.NET developer to do the interop for you.
 
Status
Not open for further replies.
Back
Top