diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index fb939f50cd..4951c9594b 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -213,6 +213,7 @@ public static class FeatureFlagKeys public const string NoLogoutOnKdfChange = "pm-23995-no-logout-on-kdf-change"; public const string DisableType0Decryption = "pm-25174-disable-type-0-decryption"; public const string ConsolidatedSessionTimeoutComponent = "pm-26056-consolidated-session-timeout-component"; + public const string V2RegistrationTDEJIT = "pm-27279-v2-registration-tde-jit"; public const string DataRecoveryTool = "pm-28813-data-recovery-tool"; /* Mobile Team */