HashingAlgorithm.IsSupported Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
IsSupported(HashingAlgorithmId)
Gets a value indicating whether the specified algorithm is supported.
Declaration
public static bool IsSupported(HashingAlgorithmId algorithm)
Parameters
| Type | Name | Description |
|---|---|---|
| HashingAlgorithmId | algorithm | Algorithm. |
Returns
| Type | Description |
|---|---|
| Boolean | True if supported; false if not supported. |