Mono Class Library: System.Security.Cryptography.RSA Overview | MembersSystem.Security.Cryptography.RSA.ImportParameters Method |
Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance. [Edit]
|
- parameters
- A RSAParameters containing the RSA key parameters. [Edit]
Parameters D, P and Q are required to import an RSA private key. Parameters DP, DQ and InverseQ will be used for the Chinese Remainder Theorem (CRT) optimization if available. [Edit]
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0