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

System.Security.Cryptography.DSA.ExportParameters Method

Export the instance key into a System.Security.Cryptography.DSAParameters structure. [Edit]

public abstract DSAParameters ExportParameters (bool includePrivateParameters)

Parameters

includePrivateParameters
True to include private parameters; otherwise, false. [Edit]

Returns

a DSAParameters structure contaning each parameters of the key. [Edit]

Remarks

You are responsable to zeroize the private key (System.Security.Cryptography.DSAParameters.DSAParameters.X) if you export it from the instance. [Edit]

Requirements

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