.NET Security

Pete Stromquist, Tom Fischer, Nathan Smith, Jason Bock

  • 出版商: Apress
  • 出版日期: 2002-07-09
  • 售價: $1,740
  • 貴賓價: 9.5$1,653
  • 語言: 英文
  • 頁數: 310
  • 裝訂: Paperback
  • ISBN: 1590590538
  • ISBN-13: 9781590590539
  • 相關分類: .NET資訊安全
  • 已過版

買這商品的人也買了...

商品描述

When you use .NET to create client-and server-side applications, you have to address a new and large set of security issues. .NET Security shows you what you need to know by covering the different aspects of the .NET security model through detailed discussions about the key namespaces. The authors not only demonstrate how to write .NET code that can create secure systems within the .NET Framework, but also discuss ways that someone may try to break the security model in .NET, and how .NET prevents such intrusions.

.NET Security is a tutorial about how to use the .NET security and cryptographic classes as well as a reference for any developer who wants to understand how security is implemented in the .NET Framework. The .NET Framework requires understanding in many new areas such as managed code, permissions, and evidence--and this book covers them all.

Contents

Chapter 1: The Basics of Cryptography and Security
Chapter 2: Using the .NET Cryptography Classes
Chapter 3: XML Encryption and Signatures
Chapter 4: Code Access Security
Chapter 5: Role Access Security
Chapter 6: Remoting and Security
Chapter 7: ASP.NET Web Application Security
Chapter 8: Passport
Chapter 9: Protecting Code