SignInResult.IsNotAllowed 속성

정의

로그인을 시도하는 사용자가 로그인할 수 없는지 여부를 나타내는 플래그를 반환합니다.

public:  property bool IsNotAllowed {  public:
bool get(); protected:
 void set(bool value); };
public bool IsNotAllowed { get; protected set; }
member this.IsNotAllowed : bool with get, set
Public Property IsNotAllowed As Boolean

속성 값

True이면 로그인을 시도하는 사용자가 로그인할 수 없습니다. 그렇지 않으면 false입니다.

적용 대상