共用方式為


UserAuthenticationStatusChangingEventArgs.CurrentStatus 屬性

定義

取得使用者的目前驗證狀態。

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

屬性值

使用者的目前驗證狀態。

適用於