File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DynamoDbEncryption/runtimes/net/Extern Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace software.amazon.cryptography.dbencryptionsdk.dynamodb.itemencryptor.in
9
9
public partial class InternalLegacyOverride
10
10
{
11
11
public software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _ILegacyPolicy _policy {
12
- get => software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . LegacyPolicy . Default ( ) ;
13
- set { } // Empty set to maintain the property signature
12
+ get => software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . LegacyPolicy . FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT ( ) ;
13
+ set { }
14
14
}
15
15
public software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _ILegacyPolicy policy {
16
16
get {
You can’t perform that action at this time.
0 commit comments