DSAManaged.ExportParameters Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
ExportParameters(Boolean)
Exports the DSAParameters.
Declaration
public override DSAParameters ExportParameters(bool includePrivateParameters)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | includePrivateParameters | true to include private parameters; otherwise, false. |
Returns
| Type | Description |
|---|---|
| DSAParameters | The DSA parameters. |