CrypterEnvironment Methods

CryptSharp

CrypterEnvironment Methods CryptSharp

The CrypterEnvironment type exposes the following members.

Methods

  Name Description
Public method CheckPassword(Byte, String)
Checks if the crypted password matches the given password bytes.
Public method CheckPassword(String, String)
Checks if the crypted password matches the given password string.
Public method GetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix.
Public method MakeReadOnly
Prevents future changes to the environment.
Public method TryGetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix,
Top
See Also

Reference