.NET Framework Security

for RuBoard

By Brian A. LaMacchia

IN THIS CHAPTER

This chapter introduces the cryptography libraries and functions included in the .NET Framework in the System.Security.Cryptography namespace. On completion of this chapter, the reader should be able to

Chapter 31, "Using Cryptography with the .NET Framework: Advanced Topics," continues the discussion of cryptography in the .NET Framework and builds on the concepts introduced in this chapter.

Cryptography is the science of keeping messages secure. When discussing "message security," we typically are interested in one or more of the following three features:

As you program and develop applications with the .NET Framework, you may want these features for all or portions of your data. For example, you may want to use cryptography to secure your data from unauthorized access or detect if the data has been changed without authorization. The .NET Framework includes a comprehensive set of object classes that can be used to perform cryptographic operations.

for RuBoard

Категории