In normal ASP.NET for RSA signature / verification, I used the System.Security.Cryptography.RSACryptoServiceProvider
class. Everything is clear with him.
That's just in ASP.NET Core, as I understand it, it is not. There is only the abstract class System.Security.Cryptography.RSA
:(
Do not tell me which class should be used in ASP.NET Core for RSA algorithms?