Implement AesGcm constructors accepting a tag size and obsolete the existing ones
authorKevin Jones <kevin@vcsjones.com>
Mon, 15 May 2023 17:28:00 +0000 (13:28 -0400)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 17:28:00 +0000 (13:28 -0400)
commit04a1fe30590820e51dc653fa9b442de175fe91ed
tree0ab808fbd320efe9be6e033c82b4e5b08334616f
parentfb8e7d2abf0b6a217145e3417e0eaf2ca7ab2cab
Implement AesGcm constructors accepting a tag size and obsolete the existing ones
docs/project/list-of-diagnostics.md
src/libraries/Common/src/System/Obsoletions.cs
src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.cs
src/libraries/System.Security.Cryptography/src/Resources/Strings.resx
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/AesGcm.cs
src/libraries/System.Security.Cryptography/tests/AesGcmTests.cs