Initializes a new instance of the LdapCrypter class.
The specified environment is searched for the {CRYPT} password scheme.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public LdapCrypter( CrypterEnvironment cryptSchemeEnvironment )
Parameters
- cryptSchemeEnvironment
- Type: CryptSharp CrypterEnvironment
The environment for the {CRYPT} passwod scheme.
See Also