Sdílet prostřednictvím


VerifyNameControl Konstruktory

Definice

Konstruktor VerifyNameControl() vytvoří instanci VerifyNameControl třídy.

Přetížení

VerifyNameControl()

Konstruktor VerifyNameControl() vytvoří instanci VerifyNameControl třídy.

VerifyNameControl(String)

Konstruktor VerifyNameControl(String) vytvoří instanci VerifyNameControl třídy pomocí zadaného názvu serveru.

VerifyNameControl(String, Int32)

Konstruktor VerifyNameControl(String, Int32) vytvoří instanci třídy pomocí zadaného VerifyNameControl názvu serveru a příznaků.

VerifyNameControl()

Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs

Konstruktor VerifyNameControl() vytvoří instanci VerifyNameControl třídy.

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

Platí pro

VerifyNameControl(String)

Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs

Konstruktor VerifyNameControl(String) vytvoří instanci VerifyNameControl třídy pomocí zadaného názvu serveru.

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)

Parametry

serverName
String

Globální katalog provede ověření.

Platí pro

VerifyNameControl(String, Int32)

Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs
Zdroj:
DirectoryControl.cs

Konstruktor VerifyNameControl(String, Int32) vytvoří instanci třídy pomocí zadaného VerifyNameControl názvu serveru a příznaků.

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)

Parametry

serverName
String

Globální katalog, který provádí ověření.

flag
Int32

Příznaky použité k ověření.

Platí pro