ProtectionType

Types of protections applied to data properties

Namespace:
Inetdev.Data
Type:
Enum
Enumeration fields
Encripted The data is encripted with a symmetric algorithm.
Hashed The data is hashed using the SHA1 hash algorithm.
None The data is stored as plain text.
Password The data is stored hashed with and addition of a salt code.