RsaKey
Contains the RSA private and public key.
Gets the D.
Gets the DP.
Gets the DQ.
Gets the exponent.
Gets the inverse Q.
Gets the modulus.
Gets the P.
Gets the Q.
Initializes a new instance of the RsaKey class.
Initializes a new instance of the RsaKey class.
public RsaKey(BigInteger modulus, BigInteger exponent, BigInteger d, BigInteger p, BigInteger q, BigInteger inverseQ)
Initializes a new instance of the RsaKey class.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Releases unmanaged and - optionally - managed resources.