Gets a value indicating whether the specified algorithm is supported.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Shared Function IsSupported ( _ algorithm As SymmetricKeyAlgorithmId _ ) As Boolean | 
| C# | 
|---|
| public static bool IsSupported( SymmetricKeyAlgorithmId algorithm ) | 
Parameters
- algorithm
- Type: Rebex.Security.Cryptography..::..SymmetricKeyAlgorithmId
 Algorithm.
 
     
     
     
     
    