LdapCrypterOption Class | CryptSharp |
Options that modify the LDAP crypt operation.
Inheritance Hierarchy
CryptSharpLdapCrypterOption
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public class LdapCrypterOption : CrypterOption
Public Class LdapCrypterOption Inherits CrypterOption
public ref class LdapCrypterOption : public CrypterOption
type LdapCrypterOption = class inherit CrypterOption end
The LdapCrypterOption type exposes the following members.
Fields
Name | Description | |
---|---|---|
Crypter |
The crypter to use with Crypt.
| |
CrypterOptions |
The options to pass to the crypter specified by Crypter.
|
See Also