<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />

RsaPrivateCrtKeyParameters

public BigInteger DP { get; }

public BigInteger DQ { get; }

public BigInteger P { get; }

public BigInteger PublicExponent { get; }

public BigInteger Q { get; }

public BigInteger QInv { get; }

public RsaPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)