Description
When I use the constructor of the AesGcm class on macOS Monterey, an exception is thrown with the message 'Algorithm 'AesGcm' is not supported on this platform.' I checked the documentation, and it only mentions that browser, iOS, and tvOS are not supported.
Reproduction Steps
Run this code on Macos :
public static void Main()
{
var aesGcm = new AesGcm(key);
}
Expected behavior
no exception
Actual behavior
Exception :
PlatformNotSupportedException: Algorithm 'AesGcm' is not supported on this platform.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Description
When I use the constructor of the AesGcm class on macOS Monterey, an exception is thrown with the message 'Algorithm 'AesGcm' is not supported on this platform.' I checked the documentation, and it only mentions that browser, iOS, and tvOS are not supported.
Reproduction Steps
Run this code on Macos :
Expected behavior
no exception
Actual behavior
Exception :
PlatformNotSupportedException: Algorithm 'AesGcm' is not supported on this platform.Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response