Searches for a crypt algorithm compatible with the specified crypted password or prefix.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- cryptedPassword
- Type: System String
The crypted password or prefix.
Return Value
A compatible crypt algorithm.Exceptions
Exception | Condition |
---|---|
System ArgumentException | No compatible crypt algorithm was found. |
See Also