Mono Class Library: System.Security.Cryptography.RSA Overview | Members

System.Security.Cryptography.RSA.ImportParameters Method

Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance. [Edit]

public abstract void ImportParameters (RSAParameters parameters)

Parameters

parameters
A RSAParameters containing the RSA key parameters. [Edit]

Remarks

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]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0