Share via


Windows.ApplicationModel.UserDataAccounts.Provider Namespace

Enables an app to replace the existing account management and syncing functionality previously handled by the core operating system.

Classes

Name Description
UserDataAccountPartnerAccountInfo

Represents data about an account for partner service.

UserDataAccountProviderAddAccountOperation

Provides the data for adding a new user account.

UserDataAccountProviderResolveErrorsOperation

Provides the data for a "resolve errors" account operation.

UserDataAccountProviderSettingsOperation

Provides the data for an account settings operation.

Interfaces

Name Description
IUserDataAccountProviderOperation

Provides access to data about an account operation.

Enums

Name Description
UserDataAccountProviderOperationKind

Defines the type of an account operation.

UserDataAccountProviderPartnerAccountKind

Specifies the type of the user data account.

Remarks

Important

In order to be recognized, the app must have the restricted userDataAccountsProvider capability. See App capability declarations for more information.

See also