IWebAccount Interface

Definition

Enables a class to represent an account from a web account provider.

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
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

State

Gets the connected state of the web account.

UserName

Gets the username for the web account.

WebAccountProvider

Gets the web authentication provider for the account.

Applies to

See also