최신 웹 개발 튜토리얼
 

WebSecurity - IsCurrentUser ()


<WebSecurity 객체

정의

IsCurrentUser() 메소드는, 사용자의 이름과 기록 제공된 이름을 비교한다.


C # 및 VB 구문

WebSecurity. IsCurrentUser( userName )

매개 변수

매개 변수 유형 기술
userName String 사용자 이름은 비교

반환 값

유형 기술
Boolean 사용자 이름 매개 변수는 사용자에 기록 된 일치하는 경우는 true, 그렇지 않은 경우는 false

오류 및 예외

WebSecurity 개체에 액세스하면 InvalidOperationException이 경우가 발생합니다 :

  • InitializeDatabaseConnection() 메서드가 호출되지 않았습니다
  • SimpleMembership가 초기화되지 않습니다 (or disabled in the website configuration)

기술 데이터

이름
네임 스페이스 WebMatrix.WebData
어셈블리 WebMatrix.WebData.dll

<WebSecurity 객체