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.1.0.0
Syntax
public LdapCrypter( CrypterEnvironment cryptSchemeEnvironment )
Public Sub New ( cryptSchemeEnvironment As CrypterEnvironment )
public: LdapCrypter( CrypterEnvironment^ cryptSchemeEnvironment )
new : cryptSchemeEnvironment : CrypterEnvironment -> LdapCrypter
Parameters
- cryptSchemeEnvironment
- Type: CryptSharpCrypterEnvironment
The environment for the {CRYPT} passwod scheme.
See Also