Enum DataSensitivityLevel
- Namespace
- Stratara.Abstractions.Security
- Assembly
- Stratara.Abstractions.dll
Sensitivity tier for fields protected by EncryptDataAttribute. Controls key scoping in IKeyStore.
public enum DataSensitivityLevel
- Extension Methods
Fields
Confidential = 3Key is scoped to a single Confidential tier — system-wide key, treated as the highest sensitivity.
None = 0Field is not encrypted at all.
TenantScoped = 2Key is scoped to a tenant — all data of a tenant uses the same key.
UserScoped = 1Key is scoped to a specific user — DSGVO Art. 17 crypto-shred via user-key revocation.