VerifyNameControl Constructors

Definition

The VerifyNameControl() constructor creates an instance of the VerifyNameControl class.

Overloads

VerifyNameControl()

The VerifyNameControl() constructor creates an instance of the VerifyNameControl class.

VerifyNameControl(String)

The VerifyNameControl(String) constructor creates an instance of the VerifyNameControl class using the specified server name.

VerifyNameControl(String, Int32)

The VerifyNameControl(String, Int32) constructor creates an instance of the VerifyNameControl class using the specified server name and flags.

VerifyNameControl()

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The VerifyNameControl() constructor creates an instance of the VerifyNameControl class.

public:
 VerifyNameControl();
public VerifyNameControl ();
Public Sub New ()

Applies to

VerifyNameControl(String)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The VerifyNameControl(String) constructor creates an instance of the VerifyNameControl class using the specified server name.

public:
 VerifyNameControl(System::String ^ serverName);
public VerifyNameControl (string serverName);
new System.DirectoryServices.Protocols.VerifyNameControl : string -> System.DirectoryServices.Protocols.VerifyNameControl
Public Sub New (serverName As String)

Parameters

serverName
String

The global catalog the performs the validation.

Applies to

VerifyNameControl(String, Int32)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The VerifyNameControl(String, Int32) constructor creates an instance of the VerifyNameControl class using the specified server name and flags.

public:
 VerifyNameControl(System::String ^ serverName, int flag);
public VerifyNameControl (string serverName, int flag);
new System.DirectoryServices.Protocols.VerifyNameControl : string * int -> System.DirectoryServices.Protocols.VerifyNameControl
Public Sub New (serverName As String, flag As Integer)

Parameters

serverName
String

The global catalog that performs the validation.

flag
Int32

The flags used for the validation.

Applies to