다음을 통해 공유


MobileFormsAuthentication 클래스

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

적절한 URL에 적절한 인증 정보를 추가하여 쿠키 없는 디바이스를 지원합니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public ref class MobileFormsAuthentication
public class MobileFormsAuthentication
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class MobileFormsAuthentication
type MobileFormsAuthentication = class
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type MobileFormsAuthentication = class
Public Class MobileFormsAuthentication
상속
MobileFormsAuthentication
특성

설명

이 도우미 클래스는 인증된 모바일 웹 사이트 작성을 지원하도록 설계되었습니다. 클래스 개체는 모바일 디바이스 호환 버전의 ASP.NET FormsAuthentication 클래스 메서드 RedirectFromLoginPageSignOut. 웹 애플리케이션 보안에 대한 자세한 내용은 웹 애플리케이션에 대한 기본 보안 사례를 참조하세요.

메서드

Name Description
Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RedirectFromLoginPage(String, Boolean, String)
사용되지 않음.

로그인한 후 인증된 사용자를 원래 요청된 URL로 리디렉션합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

RedirectFromLoginPage(String, Boolean)
사용되지 않음.

로그인한 후 인증된 사용자를 원래 요청된 URL로 리디렉션합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

SignOut()
사용되지 않음.

메서드를 SignOut() 호출하고 속성을 .로 false설정합니다PersistCookielessData. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보