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
Serenity
Web
MvcFakes
FakePrincipal
C# Class Serenity.Web.MvcFakes.FakePrincipal
Inheritance:
IPrincipal
Exibir arquivo
Open project: volkanceylan/Serenity
Class Usage Examples
Public Methods
Method
Description
FakePrincipal
(
IIdentity
identity
,
string
roles
) :
System.Linq
IsInRole
(
string
role
) :
bool
Method Details
FakePrincipal()
public
method
public
FakePrincipal
(
IIdentity
identity
,
string
roles
) :
System.Linq
identity
IIdentity
roles
string
return
System.Linq
IsInRole()
public
method
public
IsInRole
(
string
role
) :
bool
role
string
return
bool