1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

[PM-22136] Add SDK Cipher Encryption feature flag (#6070)

This commit is contained in:
Shane Melton
2025-07-09 08:26:49 -07:00
committed by GitHub
parent 4cd930caff
commit 12b2eeaa66

View File

@@ -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<string> GetAllKeys()
{