Checks if the particular crypt algorithm is compatible with the salt string or crypted password.
            
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- salt
 - Type: 
System String
The salt string or crypted password. 
Return Value
true if the algorithm is compatible.See Also