LdapCrypter.CanCrypt Method

CryptSharp

LdapCrypterCanCrypt 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 override bool CanCrypt(
	string salt
)
Public Overrides Function CanCrypt ( 
	salt As String
) As Boolean
public:
virtual bool CanCrypt(
	String^ salt
) override
abstract CanCrypt : 
        salt : string -> bool 
override CanCrypt : 
        salt : string -> bool 

Parameters

salt
Type: SystemString
The salt string or crypted password.

Return Value

Type: Boolean
true if the algorithm is compatible.
See Also

Reference