UserAuthenticationStatusChangingEventArgs.NewStatus 속성

정의

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

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

속성 값

사용자의 새 인증 상태.

적용 대상