次の方法で共有


UserAuthenticationStatusChangingEventArgs.CurrentStatus プロパティ

定義

ユーザーの現在の認証状態を取得します。

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

プロパティ値

ユーザーの現在の認証状態。

適用対象