Principal.FindByIdentityWithType 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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입니다.
- 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입니다.
- identityValue
- String
보안 주체의 ID입니다.
반환
지정된 ID 값 및 형식과 일치하는 Principal 개체이거나, 일치하는 항목이 없으면 null입니다.
- 특성
적용 대상
.NET