FormsIdentity 생성자

정의

FormsIdentity 클래스의 새 인스턴스를 초기화합니다.

오버로드

FormsIdentity(FormsAuthenticationTicket)

FormsIdentity 클래스의 새 인스턴스를 초기화합니다.

FormsIdentity(FormsIdentity)

지정된 ID를 FormsIdentity 클래스의 새 인스턴스를 초기화합니다.

FormsIdentity(FormsAuthenticationTicket)

FormsIdentity 클래스의 새 인스턴스를 초기화합니다.

public:
 FormsIdentity(System::Web::Security::FormsAuthenticationTicket ^ ticket);
public FormsIdentity (System.Web.Security.FormsAuthenticationTicket ticket);
new System.Web.Security.FormsIdentity : System.Web.Security.FormsAuthenticationTicket -> System.Web.Security.FormsIdentity
Public Sub New (ticket As FormsAuthenticationTicket)

매개 변수

ticket
FormsAuthenticationTicket

이 ID의 기반이 된 인증 티켓

추가 정보

적용 대상

FormsIdentity(FormsIdentity)

지정된 ID를 FormsIdentity 클래스의 새 인스턴스를 초기화합니다.

protected:
 FormsIdentity(System::Web::Security::FormsIdentity ^ identity);
protected FormsIdentity (System.Web.Security.FormsIdentity identity);
new System.Web.Security.FormsIdentity : System.Web.Security.FormsIdentity -> System.Web.Security.FormsIdentity
Protected Sub New (identity As FormsIdentity)

매개 변수

identity
FormsIdentity

이 ID의 기반이 된 ID입니다.

적용 대상