最新のWeb開発のチュートリアル
 

WebSecurity社 - IsCurrentUser()


<WebSecurity社オブジェクト

定義

IsCurrentUser()メソッドは、ユーザーのユーザー名でログインしたユーザ名を比較します。


C#とVBの構文

WebSecurity. IsCurrentUser( userName )

パラメーター

パラメーター タイプ 説明
userName String 比較するためのユーザー名

戻り値

タイプ 説明
Boolean userNameパラメータは、ログインしているユーザーが一致する場合はtrue、そうでない場合false

エラーと例外

WebSecurity社のオブジェクトへのアクセスは、InvalidOperationExceptionがある場合にスローされます。

  • InitializeDatabaseConnection()メソッドが呼び出されていません
  • SimpleMembershipが初期化されていない(or disabled in the website configuration)

技術データ

名前空間 WebMatrix.WebData
アセンブリ WebMatrix.WebData.dll

<WebSecurity社オブジェクト