Aracılığıyla paylaş


ComputerPrincipal.FindByIdentity Yöntem

Tanım

Belirtilen kimlik değeriyle eşleşen bir bilgisayar sorumlusu nesnesi döndürür.

Aşırı Yüklemeler

FindByIdentity(PrincipalContext, String)

Belirtilen kimlik değeriyle eşleşen bir bilgisayar sorumlusu nesnesi döndürür.

FindByIdentity(PrincipalContext, IdentityType, String)

Belirtilen kimlik türü ve değeriyle eşleşen bir bilgisayar sorumlusu nesnesi döndürür. Yöntemin FindByIdentity bu sürümü kimlik değerinin biçimini belirler.

FindByIdentity(PrincipalContext, String)

Kaynak:
Computer.cs
Kaynak:
Computer.cs
Kaynak:
Computer.cs

Belirtilen kimlik değeriyle eşleşen bir bilgisayar sorumlusu nesnesi döndürür.

public:
 static System::DirectoryServices::AccountManagement::ComputerPrincipal ^ FindByIdentity(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, System::String ^ identityValue);
public static System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue);
static member FindByIdentity : System.DirectoryServices.AccountManagement.PrincipalContext * string -> System.DirectoryServices.AccountManagement.ComputerPrincipal
Public Shared Function FindByIdentity (context As PrincipalContext, identityValue As String) As ComputerPrincipal

Parametreler

context
PrincipalContext

üzerinde PrincipalContext işlemlerin gerçekleştirildiği sunucuyu veya etki alanını belirten.

identityValue
String

Bilgisayarın kimliği. Bu parametre, numaralandırmada IdentityType yer alan herhangi bir biçim olabilir.

Döndürülenler

ComputerPrincipal Belirtilen kimlik değeriyle eşleşen bir nesne veya eşleşme bulunmazsa null.

Özel durumlar

Geçerli bilgisayar nesnesiyle eşleşen birden çok bilgisayar sorumlusu nesnesi bulundu.

Şunlara uygulanır

FindByIdentity(PrincipalContext, IdentityType, String)

Kaynak:
Computer.cs
Kaynak:
Computer.cs
Kaynak:
Computer.cs

Belirtilen kimlik türü ve değeriyle eşleşen bir bilgisayar sorumlusu nesnesi döndürür. Yöntemin FindByIdentity bu sürümü kimlik değerinin biçimini belirler.

public:
 static System::DirectoryServices::AccountManagement::ComputerPrincipal ^ FindByIdentity(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, System::DirectoryServices::AccountManagement::IdentityType identityType, System::String ^ identityValue);
public static System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
static member FindByIdentity : System.DirectoryServices.AccountManagement.PrincipalContext * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.ComputerPrincipal
Public Shared Function FindByIdentity (context As PrincipalContext, identityType As IdentityType, identityValue As String) As ComputerPrincipal

Parametreler

context
PrincipalContext

üzerinde PrincipalContext işlemlerin gerçekleştirildiği sunucuyu veya etki alanını belirten.

identityType
IdentityType

IdentityType Parametresinin biçimini identityValue belirten bir numaralandırma değeri.

identityValue
String

Bilgisayarın kimliği. Bu parametre, numaralandırmada IdentityType yer alan herhangi bir biçim olabilir.

Döndürülenler

ComputerPrincipal Belirtilen kimlik değeri ve türüyle eşleşen bir nesne veya eşleşme bulunmazsa null.

Özel durumlar

Geçerli bilgisayar nesnesiyle eşleşen birden çok bilgisayar sorumlusu nesnesi bulundu.

Kimlik değeri geçerli IdentityType bir numaralandırma değeri değil.

Şunlara uygulanır