<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
System.Security.Cryptography.RSACng
Provides a Cryptography Next Generation (CNG) implementation of the RSA algorithm.
namespace System.
Security.
Cryptography
{
public sealed class RSACng :
RSA
{
public CngKey Key { get; }
public RSACng();
public RSACng(
int keySize);
public RSACng(
CngKey key);
}
}