UserAuthenticationStatusChangingEventArgs.NewStatus 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 user's new authentication status.
public:
property UserAuthenticationStatus NewStatus { UserAuthenticationStatus get(); };
UserAuthenticationStatus NewStatus();
public UserAuthenticationStatus NewStatus { get; }
var userAuthenticationStatus = userAuthenticationStatusChangingEventArgs.newStatus;
Public ReadOnly Property NewStatus As UserAuthenticationStatus
Property Value
The user's new authentication status.