UserAuthenticationStatus
UserAuthenticationStatus
UserAuthenticationStatus
UserAuthenticationStatus
UserAuthenticationStatus
Enum
Definition
Represents the authentication status of a user.
public : enum class UserAuthenticationStatus
enum class winrt::Windows::System::UserAuthenticationStatus : int32_t
public enum UserAuthenticationStatus
Public Enum UserAuthenticationStatus
var value = Windows.System.UserAuthenticationStatus.locallyAuthenticated;
- 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 LocallyAuthenticated | 1 | The user is locally authenticated. |
RemotelyAuthenticated RemotelyAuthenticated RemotelyAuthenticated RemotelyAuthenticated RemotelyAuthenticated | 2 | The user is remotely authenticated. |
Unauthenticated Unauthenticated Unauthenticated Unauthenticated Unauthenticated | 0 | The user is unauthenticated. |
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...