ClientFormsIdentity(String, String, MembershipProvider, String, Boolean, CookieContainer) コンストラクター
定義
ClientFormsIdentity クラスの新しいインスタンスを初期化します。Initializes a new instance of the ClientFormsIdentity class.
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
認証済みユーザーの名前。The name of the authenticated user.
- password
- String
認証済みユーザーのパスワード。The password of the authenticated user.
- provider
- MembershipProvider
ユーザーの認証に使用したメンバーシップ プロバイダー。The membership provider used to authenticate the user.
- authenticationType
- String
使用した認証の種類。The type of authentication that is used.
- isAuthenticated
- Boolean
ユーザーが認証されている場合は true
。それ以外の場合は false
。true
if the user has been authenticated; otherwise, false
.
- authenticationCookies
- CookieContainer
認証サーバーから取得したクッキー。The cookies retrieved from the authentication service.