Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MyMvcApplication
Models
FormsAuthenticationService
C# Class MyMvcApplication.Models.FormsAuthenticationService
Inheritance:
IFormsAuthenticationService
显示文件
Open project: cvrajeesh/MvcIntegrationTestFramework
Public Methods
Method
Description
SignIn
(
string
userName
,
bool
createPersistentCookie
) :
void
SignOut
( ) :
void
Method Details
SignIn()
public
method
public
SignIn
(
string
userName
,
bool
createPersistentCookie
) :
void
userName
string
createPersistentCookie
bool
return
void
SignOut()
public
method
public
SignOut
( ) :
void
return
void