다음을 통해 공유


HttpRequestWrapper.IsAuthenticated 속성

정의

요청이 인증되었는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsAuthenticated { bool get(); };
public override bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public Overrides ReadOnly Property IsAuthenticated As Boolean

속성 값

Boolean

요청이 인증되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상