IWebAccount 接口

定义

使类能够表示 Web 帐户提供程序的帐户。

public interface class IWebAccount
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1766276786, 32817, 18878, 128, 187, 150, 203, 70, 217, 154, 186)]
struct IWebAccount
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1766276786, 32817, 18878, 128, 187, 150, 203, 70, 217, 154, 186)]
public interface IWebAccount
Public Interface IWebAccount
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

State

获取 Web 帐户的连接状态。

UserName

获取 Web 帐户的用户名。

WebAccountProvider

获取帐户的 Web 身份验证提供程序。

适用于

另请参阅