PrivateKeyInfo.GetRSAParameters Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
GetRSAParameters()
Gets the RSA parameters for a RSA key. May only be used for RSA private keys.
Declaration
public RSAParameters GetRSAParameters()
Returns
| Type | Description |
|---|---|
| RSAParameters | RSA parameters. |