LdapCrypter Constructor CryptSharp
Initializes a new instance of the LdapCrypter class. The specified environment is searched for the {CRYPT} password scheme.

Namespace: CryptSharp
Assembly: 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