From 12b2eeaa66353bb3b90e2d36f7f8380899fa02ec Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Wed, 9 Jul 2025 08:26:49 -0700 Subject: [PATCH] [PM-22136] Add SDK Cipher Encryption feature flag (#6070) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 7a3d462905..2a3b619de6 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -209,6 +209,7 @@ public static class FeatureFlagKeys public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy"; public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view"; public const string PM19315EndUserActivationMvp = "pm-19315-end-user-activation-mvp"; + public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption"; public static List GetAllKeys() {