DiffieHellmanManaged Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 8.0.9673)
DiffieHellmanManaged()
Initializes a new instance of the DiffieHellmanManaged class using the default key size of 2048.
Declaration
public DiffieHellmanManaged()
DiffieHellmanManaged(Int32)
Initializes a new instance of the DiffieHellmanManaged class with a specified key size.
Declaration
public DiffieHellmanManaged(int keySize)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | keySize | The size of the key to use in bits. |