DiffieHellmanManaged Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
DiffieHellmanManaged()
Initializes a new instance of the DiffieHellmanManaged class.
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. |