DiffieHellmanParametersCache.IsSupportedKeySize Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
IsSupportedKeySize(Int32)
Determines whether the key cache supports keys of the specified size.
Declaration
public bool IsSupportedKeySize(int keySize)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | keySize | Key size. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the key size is supported; false otherwise. |