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
Nancy
Demo
Authentication
Basic
UserValidator
C# Class Nancy.Demo.Authentication.Basic.UserValidator
Inheritance:
IUserValidator
显示文件
Open project: NashDotNet/ravendb_nancyfx_presentation
Public Methods
Method
Description
Validate
(
string
username
,
string
password
) :
bool
Method Details
Validate()
public
method
public
Validate
(
string
username
,
string
password
) :
bool
username
string
password
string
return
bool