Course Description
Learn how to configure Code Access Security (CAS) and cryptography in your .NET applications, and how to secure data access and your ASP.NET web forms.
Learning Objectives
Code Access Security in .NET
- start the course
- recognize the main features of CAS
- demonstrate how to use transparency as an enforcement mechanism
- configure your .NET application to use partially trusted code
- identify the relationship between link demands and CAS
- configure Code Access Security in a .NET application
Cryptography in .NET
- recognize the main features of the .NET cryptography model
- configure data encryption using keys
- recognize the process for encrypting and decrypting data
- specify how to use hash codes in a .NET application
Securing .NET
- identify common threats to .NET applications
- list and describe common security tools to be used with .NET
- create secure ASP.NET web forms
- demonstrate how to secure access to a data source
Practice: Secure a .NET Application
- use secure coding techniques to create a .NET application