Determines whether the key cache supports keys of the specified size.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Function IsSupportedKeySize ( _
	keySize As Integer _
) As Boolean
C#
public bool IsSupportedKeySize(
	int keySize
)

Parameters

keySize
Type: System..::..Int32
Key size.

Return Value

True if the key size is supported; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also