How can I reliably check client identity whilst making DCOM calls to a C# .Net 3.5 Server?
- by pionium
Hi,
I have an old Win32 C++ DCOM Server that I am rewriting to use C# .Net 3.5. The client applications sit on remote XP machines and are also written in C++. These clients must remain unchanged, hence I must implement the interfaces on new .Net objects.
This has been done, and is working successfully regarding the implementation of the…