Principal.FindByIdentityWithType 메서드

정의

지정된 ID 형식 및 값과 일치하는 보안 주체 개체를 반환합니다. 이 메서드는 파생 클래스 FindByIdentity 메서드를 구현할 때 호출되어 파생 클래스 형식만 검색하도록 지정하며 코드에서 직접 호출할 수는 없습니다.

오버로드

FindByIdentityWithType(PrincipalContext, Type, IdentityType, String)

지정된 ID 형식 및 값과 일치하는 보안 주체 개체를 반환합니다. 이 메서드는 파생 클래스 FindByIdentity 메서드를 구현할 때 호출되어 파생 클래스 형식만 검색하도록 지정하며 코드에서 직접 호출할 수는 없습니다.

FindByIdentityWithType(PrincipalContext, Type, String)

지정된 ID 형식 및 값과 일치하는 보안 주체 개체를 반환합니다. 이 메서드는 파생 클래스 FindByIdentity 메서드를 구현할 때 호출되어 파생 클래스 형식만 검색하도록 지정하며 코드에서 직접 호출할 수는 없습니다.

FindByIdentityWithType(PrincipalContext, Type, IdentityType, String)

Source:
Principal.cs
Source:
Principal.cs
Source:
Principal.cs

지정된 ID 형식 및 값과 일치하는 보안 주체 개체를 반환합니다. 이 메서드는 파생 클래스 FindByIdentity 메서드를 구현할 때 호출되어 파생 클래스 형식만 검색하도록 지정하며 코드에서 직접 호출할 수는 없습니다.

protected:
 static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentityWithType(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, Type ^ principalType, System::DirectoryServices::AccountManagement::IdentityType identityType, System::String ^ identityValue);
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
[System.Security.SecurityCritical]
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * System.DirectoryServices.AccountManagement.IdentityType * string -> System.DirectoryServices.AccountManagement.Principal
Protected Shared Function FindByIdentityWithType (context As PrincipalContext, principalType As Type, identityType As IdentityType, identityValue As String) As Principal

매개 변수

context
PrincipalContext

작업이 수행되는 서버 또는 도메인을 지정하는 PrincipalContext입니다.

principalType
Type

결과가 반환되는 개체의 형식입니다. Principal 형식 또는 Principal 클래스에서 파생되는 형식이어야 합니다.

identityType
IdentityType

ID 값의 형식을 지정하는 IdentityType 열거형 값입니다.

identityValue
String

보안 주체의 ID입니다.

반환

지정된 ID 값 및 형식과 일치하는 Principal 개체이거나, 일치하는 항목이 없으면 null입니다.

특성

적용 대상

FindByIdentityWithType(PrincipalContext, Type, String)

Source:
Principal.cs
Source:
Principal.cs
Source:
Principal.cs

지정된 ID 형식 및 값과 일치하는 보안 주체 개체를 반환합니다. 이 메서드는 파생 클래스 FindByIdentity 메서드를 구현할 때 호출되어 파생 클래스 형식만 검색하도록 지정하며 코드에서 직접 호출할 수는 없습니다.

protected:
 static System::DirectoryServices::AccountManagement::Principal ^ FindByIdentityWithType(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, Type ^ principalType, System::String ^ identityValue);
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, string identityValue);
[System.Security.SecurityCritical]
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType (System.DirectoryServices.AccountManagement.PrincipalContext context, Type principalType, string identityValue);
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * string -> System.DirectoryServices.AccountManagement.Principal
[<System.Security.SecurityCritical>]
static member FindByIdentityWithType : System.DirectoryServices.AccountManagement.PrincipalContext * Type * string -> System.DirectoryServices.AccountManagement.Principal
Protected Shared Function FindByIdentityWithType (context As PrincipalContext, principalType As Type, identityValue As String) As Principal

매개 변수

context
PrincipalContext

작업이 수행되는 서버 또는 도메인을 지정하는 PrincipalContext입니다.

principalType
Type

결과가 반환되는 개체의 형식입니다. Principal 형식 또는 Principal 클래스에서 파생되는 형식이어야 합니다.

identityValue
String

보안 주체의 ID입니다.

반환

지정된 ID 값 및 형식과 일치하는 Principal 개체이거나, 일치하는 항목이 없으면 null입니다.

특성

적용 대상