举报投诉联系我们 手机版 热门标签 名动网
您的位置:名动网 > WebSecurity UserExists 方法

WebSecurity UserExists 方法

2023-04-08 22:20 ASP.NET教程

 WebSecurity UserExists 方法

WebSecurity - UserExists()


WebSecurity 对象 WebSecurity 对象

定义

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


C# 和 VB 语法

WebSecurity.UserExists(userName)


参数

参数 类型 描述
userName String 用户名


返回值

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


错误和异常

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

  • InitializeDatabaseConnection() method has not been called
  • SimpleMembership 没有初始化(或者在网站配置中禁用)

备注

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

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


技术数据

名称
Namespace WebMatrix.WebData
Assembly WebMatrix.WebData.dll


WebSecurity 对象 WebSecurity 对象
阅读全文
以上是名动网为你收集整理的 WebSecurity UserExists 方法全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 名动网 mdwl.vip 版权所有 联系我们