The CrypterEnvironment type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
CheckPassword( Byte , String) |
Checks if the crypted password matches the given password bytes.
| |
CheckPassword(String, String) |
Checks if the crypted password matches the given password string.
| |
GetCrypter |
Searches for a crypt algorithm compatible with the specified crypted password or prefix.
| |
MakeReadOnly |
Prevents future changes to the environment.
| |
TryGetCrypter |
Searches for a crypt algorithm compatible with the specified crypted password or prefix,
|
See Also