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

System.Security.Cryptography.DSA.ImportParameters Method

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

public abstract void ImportParameters (DSAParameters parameters)

Parameters

parameters
A DSAParameters containing the DSA key parameters. [Edit]

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. [Edit]

Requirements

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