ASP.NET 教程

WebSecurity - UserExists()

WebSecurity 对象 WebSecurity 对象

定义

UserExists() 方法指示用户是否已存在于 WebSecurity 数据库中。

C# 和 VB 语法

WebSecurity.UserExists(userName)

参数

参数类型描述
userNameString用户名

返回值

类型描述
Boolean如果用户已存在,则返回 true,否则返回 false

错误和异常

在下面的情况下,任何对 WebSecurity 对象的访问将抛出一个 InvalidOperationException

  • InitializeDatabaseConnection() method has not been called

  • SimpleMembership 没有初始化(或者在网站配置中禁用)

备注

UserExists() 方法只验证用户是否已存在于用户资料表中。

不会为用户验证会员帐户是否已存在,或者用户是否已确认,或者用户是否已登录。

技术数据

名称
NamespaceWebMatrix.WebData
AssemblyWebMatrix.WebData.dll

WebSecurity 对象  WebSecurity 对象

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号