User.AuthenticationStatus Property

Definition

Gets the authentication status of the user.

public:
 property UserAuthenticationStatus AuthenticationStatus { UserAuthenticationStatus get(); };
UserAuthenticationStatus AuthenticationStatus();
public UserAuthenticationStatus AuthenticationStatus { get; }
var userAuthenticationStatus = user.authenticationStatus;
Public ReadOnly Property AuthenticationStatus As UserAuthenticationStatus

Property Value

The authentication status of the user.

Applies to