Skip to Content
The .NET Developer's Guide to Windows Security
book

The .NET Developer's Guide to Windows Security

by Keith Brown
September 2004
Intermediate to advanced
408 pages
7h 25m
English
Addison-Wesley Professional
Content preview from The .NET Developer's Guide to Windows Security

Chapter 50. What Is the COM(+) Authentication Level?

Authentication in Windows is really about two things: helping the client and server develop trust in each other's identities (they're introduced to one another), and helping them exchange a cryptographic key (what we call the session key) to protect their communication channel. The COM authentication level for any given call controls whether authentication occurs at all and, if it does, how much protection you'll receive from that session key.

There are six levels, defined in order of increasing security.

  1. RPC_C_AUTHN_LEVEL_NONE

  2. RPC_C_AUTHN_LEVEL_CONNECT

  3. RPC_C_AUTHN_LEVEL_CALL

  4. RPC_C_AUTHN_LEVEL_PKT

  5. RPC_C_AUTHN_LEVEL_PKT_INTEGRITY

  6. RPC_C_AUTHN_LEVEL_PKT_PRIVACY

If a COM call goes out using the first level, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

.NET Framework Security

.NET Framework Security

Brian A. LaMacchia, Sebastian Lange, Matthew Lyons, Rudi Martin, Kevin T. Price
Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones

Publisher Resources

ISBN: 0321228359Purchase book