Allowing connection to .NET COM server with mismatching integrity level

前端 未结 2 1840
野性不改
野性不改 2021-02-06 20:53

I\'m having an issue with a COM based client-server setup. The COM server is written in C# (.NET 4.0) and runs as a (registered) local server.

Depending on which applica

2条回答
  •  佛祖请我去吃肉
    2021-02-06 21:15

    According to Windows Vista Security Model Analysis you will need to use shared objects such as a named pipe to go between the different IL. Also, the shared object should have an IL equivalent to your lowest IL being used.

提交回复
热议问题