DirectoryConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DirectoryConnection class is an abstract class and cannot be instantiated. Use the LdapConnection or DsmlSoapHttpConnection class to connect to a directory server.
public ref class DirectoryConnection abstract
public abstract class DirectoryConnection
type DirectoryConnection = class
Public MustInherit Class DirectoryConnection
- Inheritance
-
DirectoryConnection
- Derived
Constructors
DirectoryConnection() |
Initializes a new instance of the DirectoryConnection class. |
Properties
ClientCertificates |
Gets one or more client certificates to send for authentication. |
Credential |
Sets the alternate credentials for the connection object. |
Directory |
Gets the domain or the server to which the connection should be made. |
Timeout |
Gets or sets the length of time, in seconds, before the connection times out. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SendRequest(DirectoryRequest) |
Sends a single directory operation to the server. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |