Share via


UserAuthenticationStatusChangingEventArgs.CurrentStatus 속성

정의

사용자의 현재 인증 상태 가져옵니다.

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

속성 값

사용자의 현재 인증 상태.

적용 대상