<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0" />

Azure.Storage.Shared.AesGcm.AesGcmWindows

sealed class AesGcmWindows : IDisposable
Taken from https://github.com/dotnet/runtime/blob/main/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/AeadCommon.Windows.cs SHOULD NOT BE CHANGED WITHOUT COORDINATING WITH BCL TEAM
namespace Azure.Storage.Shared.AesGcm { internal sealed class AesGcmWindows : IDisposable { public void Dispose(); } }