IIdentityProvider.GetPossibleIdentityTypes 메서드
사용자, 그룹 또는 둘 다 제공 된 설명자를 나타낼 수 있으면 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Services.Identity
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Function GetPossibleIdentityTypes ( _
requestContext As TeamFoundationRequestContext, _
descriptor As IdentityDescriptor _
) As IdentitySearchType
IdentitySearchType GetPossibleIdentityTypes(
TeamFoundationRequestContext requestContext,
IdentityDescriptor descriptor
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- descriptor
형식: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
현재 id 공급자와 관련 된 설명자입니다.
반환 값
형식: Microsoft.VisualStudio.Services.Identity.IdentitySearchType
IdentitySearchType 플래그 또는 설명자를 사용할 수 없을 경우 None입니다.
설명
GetIdentity (예: requestContext, id)입니다.IsContainer 및 GetPossibleIdentityTypes (GetDescriptor (예: requestContext, id) requestContext) GetPossibleIdentityTypes IdentitySearchType.All을 반환 하지 않으면 일관 된 결과 반환 해야 합니다. 이 메서드는 저렴 한 통화 하며 데이터베이스 또는 원격 서비스를 호출 하지 않아야 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.