System.Security.Cryptography.DSA.ImportParameters Method

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

Syntax

public abstract void ImportParameters (DSAParameters parameters)

Parameters

parameters
The parameters for System.Security.Cryptography.DSA.

Remarks

Parameter DSAParameters.X is required if you want to import the DSA private key into the instance. Note that you are responsable to zeroize the private key inside the System.Security.Cryptography.DSAParameters after it's been imported.

Requirements

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