Exports the DSAParameters.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides Function ExportParameters ( _
	includePrivateParameters As Boolean _
) As DSAParameters
C#
public override DSAParameters ExportParameters(
	bool includePrivateParameters
)

Parameters

includePrivateParameters
Type: System..::..Boolean
true to include private parameters; otherwise, false.

Return Value

The DSA parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also