<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-preview.8.20407.11" />
System.Security.Cryptography.RSACng
namespace System.
Security.
Cryptography
{
public sealed class RSACng :
RSA
{
public CngKey Key { get; }
public RSACng();
public RSACng(
int keySize);
public RSACng(
CngKey key);
}
}