Principal.FindByIdentity Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen kimlik değeriyle eşleşen bir asıl nesne döndürür.
Aşırı Yüklemeler
FindByIdentity(PrincipalContext, String) |
Belirtilen kimlik değeriyle eşleşen bir asıl nesne döndürür. |
FindByIdentity(PrincipalContext, IdentityType, String) |
Belirtilen kimlik türü ve değeriyle eşleşen bir asıl nesne döndürür. Yöntemin FindByIdentity(PrincipalContext, IdentityType, String) bu sürümü kimlik değerinin biçimini belirler. |
FindByIdentity(PrincipalContext, String)
- Kaynak:
- Principal.cs
- Kaynak:
- Principal.cs
- Kaynak:
- Principal.cs
Belirtilen kimlik değeriyle eşleşen bir asıl nesne döndürür.
public:
static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentity(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, System::String ^ identityValue);
public static System.DirectoryServices.AccountManagement.Principal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue);
[System.Security.SecurityCritical]
public static System.DirectoryServices.AccountManagement.Principal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue);
static member FindByIdentity : System.DirectoryServices.AccountManagement.PrincipalContext * string -> System.DirectoryServices.AccountManagement.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentity : System.DirectoryServices.AccountManagement.PrincipalContext * string -> System.DirectoryServices.AccountManagement.Principal
Public Shared Function FindByIdentity (context As PrincipalContext, identityValue As String) As Principal
Parametreler
- context
- PrincipalContext
üzerinde PrincipalContext işlemlerin gerçekleştirildiği sunucuyu veya etki alanını belirten.
- identityValue
- String
Sorumlunun kimliği. Bu parametre, numaralandırmada IdentityType yer alan herhangi bir biçim olabilir.
Döndürülenler
Principal Belirtilen kimlik değeri ve türüyle eşleşen bir nesne veya eşleşme bulunmazsa null.
- Öznitelikler
Özel durumlar
Geçerli nesneyle eşleşen birden çok asıl nesne bulundu.
Şunlara uygulanır
FindByIdentity(PrincipalContext, IdentityType, String)
- Kaynak:
- Principal.cs
- Kaynak:
- Principal.cs
- Kaynak:
- Principal.cs
Belirtilen kimlik türü ve değeriyle eşleşen bir asıl nesne döndürür. Yöntemin FindByIdentity(PrincipalContext, IdentityType, String) bu sürümü kimlik değerinin biçimini belirler.
public:
static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentity(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, System::DirectoryServices::AccountManagement::IdentityType identityType, System::String ^ identityValue);
public static System.DirectoryServices.AccountManagement.Principal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
[System.Security.SecurityCritical]
public static System.DirectoryServices.AccountManagement.Principal 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.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentity : System.DirectoryServices.AccountManagement.PrincipalContext * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.Principal
Public Shared Function FindByIdentity (context As PrincipalContext, identityType As IdentityType, identityValue As String) As Principal
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
Sorumlunun kimliği. Bu parametre, numaralandırmada IdentityType yer alan herhangi bir biçim olabilir.
Döndürülenler
Principal Belirtilen kimlik değeriyle eşleşen bir nesne ve eşleşme bulunamazsa null yazın.
- Öznitelikler
Özel durumlar
Geçerli nesneyle eşleşen birden çok asıl nesne bulundu.
Kimlik türü geçerli IdentityType bir numaralandırma değeri değil.