다음을 통해 공유


FormsAuthentication.IsEnabled 속성

정의

폼 인증을 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

속성 값

Boolean

폼 인증이 활성화된 경우 true이고, 그렇지 않으면 false입니다.

적용 대상