DiffieHellman.GetOakleyGroupParameters Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 8.0.9673)
GetOakleyGroupParameters(Int32)
Returns parameters for Oakley Groups 5, 14, 15, 16, 17 or 18 (the 'MODP' groups specified by RFC 3526.
Declaration
public static DiffieHellmanParameters GetOakleyGroupParameters(int group)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | group | Oakley Group number. |
Returns
| Type | Description |
|---|---|
| DiffieHellmanParameters | Diffie-Hellman parameters. |