miércoles, 5 de noviembre de 2008

MCTS 70-536 Links a MSDN en castellano 5/7





Improving the security of the .NET Framework applications by using the .NET Framework 2.0 security features


  1. Implement code access security to improve the security of a .NET Framework application. (Refer System.Security namespace)


  2. Implement access control by using the System.Security.AccessControl classes.

  3. Implement a custom authentication scheme by using the System.Security.Authentication classes. (Refer System.Security.Authentication namespace)

  4. Encrypt, decrypt, and hash data by using the System.Security.Cryptography classes. (Refer System.Security.Cryptography namespace)

  5. Control permissions for resources by using the System.Security.Permissions classes. (Refer System.Security.Permissions namespace)

  6. Control code privileges by using System.Security.Policy classes. (Refer
    System.Security.Policy namespace)

  7. Access and modify identity information by using the System.Security.Principal classes. (Refer System.Security.Principal namespace)

No hay comentarios.: