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