COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید




Chapter
7. Security

Windows 2000 is a secure operating system. The security offered by the operating system protects the local machine from any unauthorized operation performed by a user. Each secured resource under the operating system can be configured to allow access to some users while denying access to others.

However, COMs ability to invoke servers, especially from remote machines, raises security issues such as the verification of clients credentials and how to validate that the client is privileged to perform an operation on a secured resource.

Security is also a concern for clients. A client may have good reasons not to trust the server, and therefore may wish to hide its credentials from the server.

COM+ provides support to address client-side and server-side security issues. In this chapter we will look at how we can leverage this support in developing secure applications.


/ 125