ClientFormsIdentity コンストラクター

定義

ClientFormsIdentity クラスの新しいインスタンスを初期化します。

public:
 ClientFormsIdentity(System::String ^ name, System::String ^ password, System::Web::Security::MembershipProvider ^ provider, System::String ^ authenticationType, bool isAuthenticated, System::Net::CookieContainer ^ authenticationCookies);
public ClientFormsIdentity (string name, string password, System.Web.Security.MembershipProvider provider, string authenticationType, bool isAuthenticated, System.Net.CookieContainer authenticationCookies);
new System.Web.ClientServices.ClientFormsIdentity : string * string * System.Web.Security.MembershipProvider * string * bool * System.Net.CookieContainer -> System.Web.ClientServices.ClientFormsIdentity
Public Sub New (name As String, password As String, provider As MembershipProvider, authenticationType As String, isAuthenticated As Boolean, authenticationCookies As CookieContainer)

パラメーター

name
String

認証済みユーザーの名前。

password
String

認証済みユーザーのパスワード。

provider
MembershipProvider

ユーザーの認証に使用したメンバーシップ プロバイダー。

authenticationType
String

使用した認証の種類。

isAuthenticated
Boolean

ユーザーが認証されている場合は true。それ以外の場合は false

authenticationCookies
CookieContainer

認証サーバーから取得したクッキー。

適用対象

こちらもご覧ください