ClientFormsIdentity Oluşturucu

Tanım

ClientFormsIdentity sınıfının yeni bir örneğini başlatır.

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)

Parametreler

name
String

Kimliği doğrulanmış kullanıcının adı.

password
String

Kimliği doğrulanmış kullanıcının parolası.

provider
MembershipProvider

Kullanıcının kimliğini doğrulamak için kullanılan üyelik sağlayıcısı.

authenticationType
String

Kullanılan kimlik doğrulama türü.

isAuthenticated
Boolean

true kullanıcının kimliği doğrulanmışsa; aksi takdirde , false.

authenticationCookies
CookieContainer

Kimlik doğrulama hizmetinden alınan tanımlama bilgileri.

Şunlara uygulanır

Ayrıca bkz.