Restructure for Docsy theme

This commit is contained in:
Jeremy Vyska 2022-02-20 13:18:49 +01:00
parent f4a1ebc077
commit cceb0c945e
376 changed files with 963 additions and 186 deletions

View file

@ -1,27 +0,0 @@
+++
title = "Security"
weight = 1030
+++
_By Bogdana Botez at Microsoft Development Center Copenhagen_
## **Security patterns for NAV**
### **Problem statement**
When sensitive data is stored inside the Dynamics NAV database, if negligently handled, it can become vulnerable. Particularly, the location, access and the state of the data are critical.
Use the following patterns to enhance security on your NAV system.
1. [Sensitive Data Encapsulation][anchor0]
2. [Data Encryption][anchor1]
3. [Single Point of Access][anchor2]
4. [Masked Text][anchor3]
5. [SSL in NAV][anchor4]
[anchor0]: /navpatterns/1-patterns/security/1-sensitive-data-encapsulation/
[anchor1]: /navpatterns/1-patterns/security/2-data-encryption/
[anchor2]: /navpatterns/1-patterns/security/3-single-point-of-access/
[anchor3]: /navpatterns/1-patterns/security/4-masked-text/
[anchor4]: /navpatterns/1-patterns/security/5-ssl-in-nav/