Aracılığıyla paylaş


GroupPrincipal.FindByIdentity Yöntem

Tanım

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

Aşırı Yüklemeler

FindByIdentity(PrincipalContext, String)

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

FindByIdentity(PrincipalContext, IdentityType, String)

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

FindByIdentity(PrincipalContext, String)

Kaynak:
Group.cs
Kaynak:
Group.cs
Kaynak:
Group.cs

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

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

Parametreler

context
PrincipalContext

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

identityValue
String

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

Döndürülenler

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

Özel durumlar

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

Şunlara uygulanır

FindByIdentity(PrincipalContext, IdentityType, String)

Kaynak:
Group.cs
Kaynak:
Group.cs
Kaynak:
Group.cs

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

public:
 static System::DirectoryServices::AccountManagement::GroupPrincipal ^ FindByIdentity(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, System::DirectoryServices::AccountManagement::IdentityType identityType, System::String ^ identityValue);
public static System.DirectoryServices.AccountManagement.GroupPrincipal 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.GroupPrincipal
Public Shared Function FindByIdentity (context As PrincipalContext, identityType As IdentityType, identityValue As String) As GroupPrincipal

Parametreler

context
PrincipalContext

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

identityType
IdentityType

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

identityValue
String

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

Döndürülenler

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

Özel durumlar

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

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

Şunlara uygulanır