System.Security.Cryptography.DSA.ExportParameters Method

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

Syntax

public abstract DSAParameters ExportParameters (bool includePrivateParameters)

Parameters

includePrivateParameters
true to include private parameters; otherwise, false.

Returns

The parameters for System.Security.Cryptography.DSA.

Remarks

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

Requirements

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