User Class

Definition

Represents a user.

public ref class User sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class User final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class User final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class User
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class User
Public NotInheritable Class User
Inheritance
Object Platform::Object IInspectable User
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

AuthenticationStatus

Gets the authentication status of the user.

NonRoamableId

Gets the user's non-roamable id.

Type

Gets the user type.

Methods

CheckUserAgeConsentGroupAsync(UserAgeConsentGroup)

Retrieves a value indicating whether the user belongs to the specified user age consent group.

CreateWatcher()

Creates a UserWatcher which enumerates users and raises events when the collection of users changes or when a user’s authentication state changes.

FindAllAsync()

Finds all users asynchronously.

FindAllAsync(UserType)

Finds all users of a given type asynchronously.

FindAllAsync(UserType, UserAuthenticationStatus)

Finds all users of a given type and authentication status asynchronously.

GetDefault()

Gets an object representing the default user account.

GetFromId(String)

Gets a user with a given Id.

GetPictureAsync(UserPictureSize)

Gets a user's picture asynchronously.

GetPropertiesAsync(IVectorView<String>)

Gets properties for the user.

GetPropertyAsync(String)

Gets a property for the user. Use the KnownUserProperties class to obtain property names.

Applies to

See also