DirectoryControl Class

Definition

The DirectoryControl class specifies extension data for various LDAP operations.

public ref class DirectoryControl
public class DirectoryControl
type DirectoryControl = class
Public Class DirectoryControl
Inheritance
DirectoryControl
Derived

Constructors

DirectoryControl(String, Byte[], Boolean, Boolean)

The DirectoryControl(String, Byte[], Boolean, Boolean) constructor creates an instance of the DirectoryControl class using the specified values for the type, value, criticality, and ServerSide properties.

Properties

IsCritical

The IsCritical property specifies whether the control is critical.

ServerSide

The ServerSide property specifies whether this is a server-side control.

Type

The Type property contains the object identifier (OID) of the control.

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)
GetValue()

The GetValue() method returns the data associated with the control.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to