Share via


AuthenticationOptions.RequireAuthenticatedSignIn 속성

정의

true이면 사용자로 시도된 가 인증되지 않은 경우 SignIn이 throw되어야 합니다. HTTP 요청과 연결된 에 대해 ClaimsPrincipal 를 반환 true 하는 경우 IsAuthenticated 사용자는 인증된 것으로 간주됩니다.

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

속성 값

적용 대상