次の方法で共有


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。

適用対象