We have several customers that mandate the use of the Registry Key HKLM\SYSTEM\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy
When we reference Aspose.Tasks v23.11 or higher with this enabled our Web application will not start and throws the following error
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.RijndaelManaged…ctor()
Is there any plan to align this with other areas of Aspose, perhaps by using AesCryptoServiceProvider instead of RijndaelManaged, as referenced in other related issues?