Advanced MTS Techniques

MTS security is built on top of DCOM, so it is no surprise that many of its elements are based on DCOM paradigms. However, MTS extends DCOM security by doing two things. First, because MTS provides a container application (Mtx.exe), it takes charge of controlling security for out-of-process activation and allows programmers to worry less about programming directly to the COM security APIs. Second, because MTS provides more security checkpoints, it provides higher granularity in security. DCOM provides only two security checkpoints: launching the server and accessing the server. In addition to those two levels, MTS provides checkpoints at the component level and the interface level. What's more, MTS provides several simple ...

Get COM+ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.