Skip to main content
Table of Contents

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 = 3

Key is scoped to a single Confidential tier — system-wide key, treated as the highest sensitivity.

None = 0

Field is not encrypted at all.

TenantScoped = 2

Key is scoped to a tenant — all data of a tenant uses the same key.

UserScoped = 1

Key is scoped to a specific user — DSGVO Art. 17 crypto-shred via user-key revocation.