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