UserAuthenticationStatusChangingEventArgs.CurrentStatus Property

Definition

Gets the user's current authentication status.

public:
 property UserAuthenticationStatus CurrentStatus { UserAuthenticationStatus get(); };
UserAuthenticationStatus CurrentStatus();
public UserAuthenticationStatus CurrentStatus { get; }
var userAuthenticationStatus = userAuthenticationStatusChangingEventArgs.currentStatus;
Public ReadOnly Property CurrentStatus As UserAuthenticationStatus

Property Value

The user's current authentication status.

Applies to