UserAuthenticationStatus UserAuthenticationStatus UserAuthenticationStatus UserAuthenticationStatus Enum

Definition

Represents the authentication status of a user.

public : enum class UserAuthenticationStatuspublic enum UserAuthenticationStatusPublic Enum UserAuthenticationStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

LocallyAuthenticated LocallyAuthenticated LocallyAuthenticated LocallyAuthenticated

The user is locally authenticated.

RemotelyAuthenticated RemotelyAuthenticated RemotelyAuthenticated RemotelyAuthenticated

The user is remotely authenticated.

Unauthenticated Unauthenticated Unauthenticated Unauthenticated

The user is unauthenticated.