共用方式為


UserAuthenticationStatusChangingEventArgs.NewStatus 屬性

定義

取得使用者的新驗證狀態。

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

屬性值

使用者的新驗證狀態。

適用於