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