CrypterEnvironment MembersCryptSharp

The CrypterEnvironment type exposes the following members.
Constructors

  NameDescription
Public methodCrypterEnvironment
Initializes a new instance of the CrypterEnvironment class
Back to Top
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
Properties

  NameDescription
Public propertyCrypters
The collection of crypters in this environment.
Public propertyStatic memberDefault
The default environment.
Public propertyIsReadOnly
true if the environment cannot be changed.
Back to Top
See Also