C# 클래스 AjaxItemSelect.Controllers.UserAccount

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016 1 사용 예제들

공개 메소드들

메소드 설명
HasClaim ( string type, string value ) : bool
HasRoleClaim ( string value ) : bool
UserAccount ( ClaimsPrincipal user ) : System

메소드 상세

HasClaim() 공개 메소드

public HasClaim ( string type, string value ) : bool
type string
value string
리턴 bool

HasRoleClaim() 공개 메소드

public HasRoleClaim ( string value ) : bool
value string
리턴 bool

UserAccount() 공개 메소드

public UserAccount ( ClaimsPrincipal user ) : System
user System.Security.Claims.ClaimsPrincipal
리턴 System