First pass conversion of NAV Patterns
This commit is contained in:
parent
1341938262
commit
6b32107a72
325 changed files with 11946 additions and 0 deletions
30
content/NAVPatterns/security/index.md
Normal file
30
content/NAVPatterns/security/index.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
+++
|
||||
title = "security.md"
|
||||
weight = 1030
|
||||
+++
|
||||
## **Security patterns for NAV
|
||||
**
|
||||
|
||||
_By Bogdana Botez at Microsoft Development Center Copenhagen_
|
||||
|
||||
### ****
|
||||
|
||||
### **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]: /nav/w/designpatterns/275.sensitive-data-encapsulation
|
||||
[anchor1]: /nav/w/designpatterns/276.encryption
|
||||
[anchor2]: /nav/w/designpatterns/277.single-point-of-access
|
||||
[anchor3]: /nav/w/designpatterns/278.masked-text
|
||||
[anchor4]: /nav/w/designpatterns/279.ssl-in-nav
|
||||
Loading…
Add table
Add a link
Reference in a new issue