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