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

認証サービスから取得された Cookie。

適用対象

こちらもご覧ください