DiffieHellmanParametersCache Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Security parameters.
Syntax
public class DiffieHellmanParametersCache
Inherited Members
Constructors
Name | Description |
---|---|
Diffie |
Initializes a new instance of SshParameters with default parameters. |
Methods
Name | Description |
---|---|
Add(Diffie |
Adds Diffie-Hellman parameters to parameters cache. Only used by server-side SSH. |
Clear() | Clears Diffie-Hellman parameters cache. Only used by server-side SSH. |
Get |
Gets the allowed key size range for Diffie-Hellman keys used during SSH negotiation. Only used by server-side SSH. |
Get |
Gets one of Diffie-Hellman parameters corresponding to the specified key size. Only used by server-side SSH. |
Get |
Returns a list of supported key sizes. |
Is |
Determines whether the key cache supports keys of the specified size. |
Set |
Sets the allowed key size range for Diffie-Hellman keys used during SSH negotiation. Only used by server-side SSH. |