我在哪里可以找到彻底的DCOM文档?

时间:2022-01-18 15:09:30

I work on an application that uses DCOM to communicate between what are essentially several peers; in the course of normal use, instances on separate machines serve a variety of objects to one another. Historically, for this to work we have used some magic incantations, chief among which is that on every machine the user must log into an account of the same name (note that these are local accounts; there is no domain available). Obviously, this is an aspect of our user experience that could be improved.

我在一个应用程序上工作,该应用程序使用DCOM在基本上是几个同行之间进行通信在正常使用过程中,不同机器上的实例为彼此提供各种对象。从历史上看,为了实现这一点,我们使用了一些神奇的咒语,其中主要是在每台机器上用户必须登录到同名帐户(请注意,这些是本地帐户;没有域可用)。显然,这是我们用户体验的一个方面,可以改进。

I would like to better understand how DCOM authentication works, but I am having difficulty assembling the whole story from the MSDN documentation for CoInitializeSecurity(), CoSetProxyBlanket(), and the like. Are there any thorough explanations available of how, exactly, DCOM operations are accepted or denied? Books, journals, web, any format is fine.

我想更好地理解DCOM身份验证的工作原理,但是我很难从CoNitializeSecurity(),CoSetProxyBlanket()等的MSDN文档中汇总整个故事。有没有关于DCOM操作如何被接受或拒绝的详尽解释?书籍,期刊,网络,任何格式都可以。

2 个解决方案

#1


1  

Programming Windows Security by Keith Brown includes a thorough discussion of DCOM security. I can highly recommend this book.

Keith Brown对Windows安全性进行编程包括对DCOM安全性的全面讨论。我强烈推荐这本书。

#2


0  

You could also try to round up a copy of Inside Distributed COM by Guy and Henry Eddon (Microsoft Press) - It is out of print but amazon shows a number of used copies for sale:

您还可以尝试将Guy和Henry Eddon(微软出版社)的Inside Distributed COM副本整理一遍 - 它已经绝版,但亚马逊展示了许多待售的二手副本:

http://www.amazon.com/Inside-Distributed-Com-Mps-Eddon/dp/157231849X/ref=sr_1_5?ie=UTF8&s=books&qid=1231968553&sr=8-5

#1


1  

Programming Windows Security by Keith Brown includes a thorough discussion of DCOM security. I can highly recommend this book.

Keith Brown对Windows安全性进行编程包括对DCOM安全性的全面讨论。我强烈推荐这本书。

#2


0  

You could also try to round up a copy of Inside Distributed COM by Guy and Henry Eddon (Microsoft Press) - It is out of print but amazon shows a number of used copies for sale:

您还可以尝试将Guy和Henry Eddon(微软出版社)的Inside Distributed COM副本整理一遍 - 它已经绝版,但亚马逊展示了许多待售的二手副本:

http://www.amazon.com/Inside-Distributed-Com-Mps-Eddon/dp/157231849X/ref=sr_1_5?ie=UTF8&s=books&qid=1231968553&sr=8-5