User.AuthenticationStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.