Returns a value indicating whether the specified algorithm is supported.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function IsSupported ( _
	algorithm As AsymmetricKeyAlgorithmId, _
	curve As String, _
	keySize As Integer _
) As Boolean
C#
public static bool IsSupported(
	AsymmetricKeyAlgorithmId algorithm,
	string curve,
	int keySize
)

Parameters

algorithm
Type: Rebex.Security.Cryptography..::..AsymmetricKeyAlgorithmId
Asymmetric algorithm.
curve
Type: System..::..String
Curve name or OID (if needed).
keySize
Type: System..::..Int32
Key size (specify 0 to indicate default key size).

Return Value

True if supported; false if not supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also