CrypterEnvironment MethodsCryptSharp
The CrypterEnvironment type exposes the following members.
Methods

  NameDescription
Public methodCheckPassword( Byte , String)
Checks if the crypted password matches the given password bytes.
Public methodCheckPassword(String, String)
Checks if the crypted password matches the given password string.
Public methodGetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix.
Public methodMakeReadOnly
Prevents future changes to the environment.
Public methodTryGetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix,
Back to Top
See Also