Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# Library #13

Open
marss72 opened this issue Mar 31, 2024 · 1 comment
Open

C# Library #13

marss72 opened this issue Mar 31, 2024 · 1 comment

Comments

@marss72
Copy link

marss72 commented Mar 31, 2024

Hi,

I know this is an old project (last updated 9 years ago), but, could you add a library for C# code, so I can call a method within my code and specified code would execute in that secure desktop?

If you are still active, I would really appreciate it. This Secure Desktop project is perfect for my own project, but I need to run specific code inside of a secure desktop and another portable executable isn't a good solution for me because of compatibility and other issues.

It could be like this:

using (var desktop = SecureDesktop.CreateSession())
{
    // this code will execute in secure desktop. after it will finish, the secure desktop will be deleted
}

or something with delegates. Thanks!

@marss72
Copy link
Author

marss72 commented Mar 31, 2024

I already did a secure desktop implementation in C# - running thread in that desktop, but I would like to have all the features as Clean or Desktop Agent like this project has - without portable executable included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant