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

구현

적용 대상

추가 정보