CrypterCanCrypt Method | CryptSharp |
Checks if the particular crypt algorithm is compatible with the salt string or crypted password.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public abstract bool CanCrypt( string salt )
Public MustOverride Function CanCrypt ( salt As String ) As Boolean
public: virtual bool CanCrypt( String^ salt ) abstract
abstract CanCrypt : salt : string -> bool
Parameters
- salt
- Type: SystemString
The salt string or crypted password.
Return Value
Type: Booleantrue if the algorithm is compatible.
See Also