ProtectionType

Types of protection applied to domain object properties.

Namespace:
KpokEntityTool.Models
Type:
Enum
Enumeration fields
None The data is stored as plain text.
Encrypted The data is encrypted with a symmetric algorithm.
Hashed The data is hashed using a hashing algorithm.
Password The data is hashed using a hashing algorithm.