LdapCrypterVariant EnumerationCryptSharp
LDAP password schemes.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public enum LdapCrypterVariant
Members

  Member nameValueDescription
SSha0 Salted SHA-1. This is the default.
Sha1 Unsalted SHA-1. Used in htpasswd files.
SMD52 Salted MD-5.
MD53 Unsalted MD-5.
Cleartext4 No crypt operation is performed. The password can be read easily.
Crypt5 Any crypt algorithm. If you specify this for Variant, you must also set Crypter and may optionally set CrypterOptions.
See Also