FormsIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET