다음을 통해 공유


FormsIdentity.IsAuthenticated 속성

정의

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

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

속성 값

이 속성은 항상 true를 반환합니다.

구현

적용 대상

추가 정보