UserAuthenticationOperation.GetResults 方法

定义

返回一个 UserIdentity 对象,该对象包含有关用户的信息。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

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

返回

一个包含有关用户标识信息的 对象。

实现

适用于