다음을 통해 공유


UserAuthenticationOperation.GetResults 메서드

정의

사용자에 대한 정보가 포함된 UserIdentity 개체를 반환합니다.

참고

Windows 10 이상용으로 개발하는 경우 Windows.Security.Authentication.Web.Core API를 대신 사용합니다. 자세한 내용은 웹 계정 관리자를 참조하세요.

public:
 virtual UserIdentity ^ GetResults() = IAsyncOperation<UserIdentity ^>::GetResults;
UserIdentity GetResults();
public UserIdentity GetResults();
function getResults()
Public Function GetResults () As UserIdentity

반환

사용자의 ID에 대한 정보를 포함하는 개체입니다.

구현

적용 대상