Share via


LdapDirectoryConnection members

LDAP Connection definition (for both AD and LDAP connections)

The LdapDirectoryConnection type exposes the following members.

Properties

  Name Description
Public property AccountUsername Gets the user name associated with the connection credentials. (Inherited from DirectoryServiceConnection.)
Protected property Changed Gets or sets a Boolean value that indicates whether the connection has changed. (Inherited from Connection.)
Public property DisplayName Gets the display name of the connection. (Inherited from Connection.)
Public property IsDirectoryService Gets a Boolean value that indicates whether the data source type is a directory service. (Inherited from Connection.)
Public property NamingContexts Gets or sets a list of directory service naming contexts associated with the connection. (Inherited from DirectoryServiceConnection.)
Public property Parent Gets the ConnectionManager object that is associated with the connection. (Inherited from Connection.)
Public property Port
Public property PropertyMapping Gets the property mappings for the connection. (Inherited from Connection.)
Public property ProviderName Provider Name (For LDAP connection, this provider name will be used to prefix the account name for uniqueness within/across farms.)
Public property Server Gets or sets a value that represents the server associated with the connection. (Inherited from DirectoryServiceConnection.)
Public property Type Gets the data source type of the connection. (Inherited from Connection.)
Public property UserIDAttribute
Public property UseSSL Gets or sets a value determining whether the SSL protocol will be used for the connection. (Inherited from DirectoryServiceConnection.)

Top

Methods

  Name Description
Public method Delete Deletes the connection. (Inherited from Connection.)
Public method Equals Compares this connection to another connection. (Inherited from Connection.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for the display name of the connection. (Inherited from Connection.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RefreshSchema Sends a command to refrersh the MA schema from the AD/LDAP (Inherited from DirectoryServiceConnection.)
Public method SetCredentials Set credentials that will be used to access the connection.
Public method ToString (Inherited from Object.)
Public method Update Updates the connection information. (Inherited from Connection.)

Top

Fields

  Name Description
Protected field ds Represents the ConnectionManager object that is associated with the connection. (Inherited from Connection.)
Protected field namingContexts (Inherited from DirectoryServiceConnection.)
Protected field spsClaimProviderTypeValue (Inherited from DirectoryServiceConnection.)

Top

See also

Reference

LdapDirectoryConnection class

Microsoft.Office.Server.UserProfiles namespace