LdapCrypter CanCrypt 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.0.0.0
Syntax

public override bool CanCrypt(
	string salt
)

Parameters

salt
Type: OnlineSystem String
The salt string or crypted password.

Return Value

true if the algorithm is compatible.
See Also