System.Security.Cryptography.RSA.ImportParameters Method

When overridden in a derived class, imports the specified System.Security.Cryptography.RSAParameters.

Syntax

public abstract void ImportParameters (RSAParameters parameters)

Parameters

parameters
The parameters for System.Security.Cryptography.RSA.

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.

Requirements

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