Gets 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 HashingAlgorithmId _
) As Boolean
C#
public static bool IsSupported(
	HashingAlgorithmId algorithm
)

Parameters

algorithm
Type: Rebex.Security.Cryptography..::..HashingAlgorithmId
Algorithm.

Return Value

True if supported; false if not supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also