Team LiB
Previous Section Next Section

How To—Use DPAPI (Machine Store) from ASP.NET

Overview

Web applications often need to store security-sensitive data, such as database connection strings and service account credentials in application configuration files. For security reasons, this type of information should never is stored in plain text and should always be encrypted prior to storage.

This How To describes how to use DPAPI from ASP.NET. This includes ASP.NET Web applications, Web services, and .NET Remoting components that are hosted in ASP.NET.


Team LiB
Previous Section Next Section