Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
WijmoMVC
Models
FormsAuthenticationService
C# Class WijmoMVC.Models.FormsAuthenticationService
Inheritance:
IFormsAuthenticationService
Exibir arquivo
Open project: banzor/WijmoMVC
Class Usage Examples
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