LDAPConnection Members
Include Protected Members
Include Inherited Members
Represents a connection to a Lightweight Directory Access Protocol (LDAP) directory.
The LDAPConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LDAPConnection(DataSource) | Initializes a new instance of the LDAPConnection class. | |
LDAPConnection(DataSource, DataSource.Type) | Initializes a new instance of the LDAPConnection class. |
Top
Properties
Name | Description | |
---|---|---|
AutoDiscover | ||
ConnectionName | (Inherited from Connection.) | |
DataSource | (Inherited from Connection.) | |
DomainName | (Inherited from Connection.) | |
IsMaster | (Inherited from Connection.) | |
LeverageServerIncremental | ||
LoginDomainName | (Inherited from Connection.) | |
PageSize | ||
PageTimeout | ||
Port | ||
ProviderName | ||
SearchBase | ||
SearchFilter | ||
SearchScope | ||
Server | ||
ServerTimeout | ||
Type | (Inherited from Connection.) | |
UserID | ||
UserIDAttribute | (Inherited from Connection.) | |
UseSSL |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetImportAccount | ||
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ds | Specifies the DataSource object that represents the connection’s data source. (Inherited from Connection.) | |
isMaster | (Inherited from Connection.) | |
type | (Inherited from Connection.) | |
userIDAttribute | (Inherited from Connection.) |
Top