I am developing a BLAZOR application (Core 5.0), but this errors keeps coming out!!! 'System.Security.Cryptography.Algorithms is not supported on this platform.' . I am just trying to write in Azure Table Storage. I believe this is something very simple, BLAZOR writing into Azure Tables. but it seems like a impossible task.
First I have use the COSMOS DB API (latest version), and I got the error 'System.Security.Cryptography.Algorithms is not supported on this platform.', I thought maybe going to the Azure.Data.Table library for .NET (latest version) will solve my problem but I am still getting the same error? 'System.Security.Cryptography.Algorithms is not supported on this platform.'
I believe I am doing something wrong because this should have been possible for years...... Can you please, please, please, please, let me know what I am doing wrong?