I have to use BouncyCastle AESGCM(https://www.bouncycastle.org/docs/docs1.5on/org/bouncycastle/crypto/modes/gcm/package-summary.html) to encrypt the message. So, I wonder if I could use AESGCM in .Net core 3.1 to decrypt this message. However, I got the error on the tag mismatch.
Notes: (1)BouncyCastle AESGCM (https://www.bouncycastle.org/docs/docs1.5on/org/bouncycastle/crypto/modes/gcm/package-summary.html) (2)AESGCM in .Net core 3.1 https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.aesgcm?view=netcore-3.1