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

Return Value

True if supported; false if not supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also