G
Guest
Hi,
In one of my current projects, I am willing to create a secure zone such as
Acronis does in its application to store some confidential information only
accessible to the current machine user.
I know that .Net doesn't provide such functionalities therefore I went on
MSDN Library and also on Google to look for any solution with no result...
I first guessed that using WMI it could be doable (System.Management
namespace) but it only provides a way to retrieve information...
I then looked at interop but I couldn't find any library that could do the
job for me...
Now, comes my question, what would be your guess to handle this
functionality in my program...? I don't care if it has to be written in
unmanaged code as my current client users are binded to Windows
environments...
Thanks
Amadrias
In one of my current projects, I am willing to create a secure zone such as
Acronis does in its application to store some confidential information only
accessible to the current machine user.
I know that .Net doesn't provide such functionalities therefore I went on
MSDN Library and also on Google to look for any solution with no result...
I first guessed that using WMI it could be doable (System.Management
namespace) but it only provides a way to retrieve information...
I then looked at interop but I couldn't find any library that could do the
job for me...
Now, comes my question, what would be your guess to handle this
functionality in my program...? I don't care if it has to be written in
unmanaged code as my current client users are binded to Windows
environments...
Thanks
Amadrias