Azure.Storage.Shared.AesGcm.SafeBCryptHandle
From
https://github.com/dotnet/runtime/blob/main/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeBCryptHandle.cs
SHOULD NOT BE CHANGED WITHOUT COORDINATING WITH BCL TEAM
namespace Azure.Storage.Shared.AesGcm
{
internal abstract class SafeBCryptHandle : SafeHandle, IDisposable
{
protected SafeBCryptHandle();
}
}