DiffieHellmanCryptoServiceProvider Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
DiffieHellmanCryptoServiceProvider()
Creates an instance of DiffieHellmanCryptoServiceProvider using the default key size of 1024.
Declaration
public DiffieHellmanCryptoServiceProvider()
DiffieHellmanCryptoServiceProvider(Int32)
Creates an instance of DiffieHellmanCryptoServiceProvider using the specified key size.
Declaration
public DiffieHellmanCryptoServiceProvider(int keySize)
Parameters
Type | Name | Description |
---|---|---|
Int32 | keySize | Key size. |