UWP App exposes the dll and winmd

vishal bs 0 Reputation points
2023-02-08T04:58:02.63+00:00

Hi,

I have an app which has been uploaded to the windows store. The app actually is exposing the DLL which I'm concerned about. As seen there is an EFS method which locks and encrypts the DLL and thus doesn't allow users to relocate(Copy) the DLL. But once we create the AppxBundle(Publish in visual studio) the file seems to be normal without any encryption. I would like to know if there are any other ways to secure the DLL from copying it from the WindowsApp folder in ProgramFiles on the installed PC or the correct way to achieve EFS of the DLL.

Thank you

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Junjie Zhu - MSFT 15,211 Reputation points Microsoft Vendor
    2023-02-15T08:35:34.5466667+00:00

    Hi @vishal bs ,

    I have discussed with the team.

    According to the current official information, UWP does not support this.

    Some apps can do it, may not be a UWP, or use non-UWP API.

    You may try to encrypt the file again after installation.

    Thank you.

    0 comments No comments