Skip to content

C# Library #13

@marss72

Description

@marss72

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions