You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling testKey.GrantEncryptDecrypt(new Anyone()); throws System.Reflection.TargetParameterCountException: Parameter count mismatch.
on the GrantEncryptDecrypt or any Grant part
To Reproduce
var testKey = new EncryptionKey(this, "key", new EncryptionKeyProps
{
Description = "test key",
EnableKeyRotation = false,
Enabled = true,
Retain = false
});
testKey.GrantEncryptDecrypt(new Anyone());
Expected behavior
The grant to happen, worked in 0.28