LdapCrypterOption Class

CryptSharp

LdapCrypterOption Class CryptSharp
Options that modify the LDAP crypt operation.
Inheritance Hierarchy

SystemObject  CryptSharpCrypterOption
    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

  NameDescription
Public fieldStatic memberCrypter
The crypter to use with Crypt.
Public fieldStatic memberCrypterOptions
The options to pass to the crypter specified by Crypter.
Top
See Also

Reference