WebSecurity UserExists 方法

2018-09-20 10:17 更新

WebSecurity - UserExists()


WebSecurity 對象 WebSecurity 對象

定義

UserExists() 方法指示用戶是否已存在于 WebSecurity 數(shù)據(jù)庫中。


C# 和 VB 語法

WebSecurity.UserExists(userName)


參數(shù)

參數(shù) 類型 描述
userName String 用戶名


返回值

類型 描述
Boolean 如果用戶已存在,則返回 true,否則返回 false


錯誤和異常

在下面的情況下,任何對 WebSecurity 對象的訪問將拋出一個 InvalidOperationException

  • InitializeDatabaseConnection() method has not been called
  • SimpleMembership 沒有初始化(或者在網(wǎng)站配置中禁用)

備注

UserExists() 方法只驗證用戶是否已存在于用戶資料表中。

不會為用戶驗證會員帳戶是否已存在,或者用戶是否已確認(rèn),或者用戶是否已登錄。


技術(shù)數(shù)據(jù)

名稱
Namespace WebMatrix.WebData
Assembly WebMatrix.WebData.dll


WebSecurity 對象 WebSecurity 對象
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號