RsaPrivateKey Constructor

Overload List

RsaPrivateKey(Byte) Initializes a new instance of RsaPrivateKey from a PKCS#1 or unencrypted PKCS#8 format.
RsaPrivateKey(RSA) Initializes a new instance of RsaPrivateKey from an existing RSA key.

See Also