Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 519 Bytes

userauthenticationstatus.md

File metadata and controls

30 lines (20 loc) · 519 Bytes
-api-id -api-type
T:Windows.System.UserAuthenticationStatus
winrt enum

UserAuthenticationStatus

-description

Represents the authentication status of a user.

-enum-fields

-field Unauthenticated:0

The user is unauthenticated.

-field LocallyAuthenticated:1

The user is locally authenticated.

-field RemotelyAuthenticated:2

The user is remotely authenticated.

-remarks

-examples

-see-also