| Improving the security of the .NET Framework applications by using the .NET Framework 2.0 security features - Implement code access security to improve the security of a .NET Framework application. (Refer System.Security namespace)
- Implement access control by using the System.Security.AccessControl classes.
- Implement a custom authentication scheme by using the System.Security.Authentication classes. (Refer System.Security.Authentication namespace)
- Encrypt, decrypt, and hash data by using the System.Security.Cryptography classes. (Refer System.Security.Cryptography namespace)
- Control permissions for resources by using the System.Security.Permissions classes. (Refer System.Security.Permissions namespace)
- Control code privileges by using System.Security.Policy classes. (Refer
System.Security.Policy namespace) - Access and modify identity information by using the System.Security.Principal classes. (Refer System.Security.Principal namespace)
|
No hay comentarios.:
Publicar un comentario