C# 클래스 BookMgnt.DAL.Security.CustomPrincipal

상속: IPrincipal
파일 보기 프로젝트 열기: hiepbh/Assignment 1 사용 예제들

공개 메소드들

메소드 설명
CustomPrincipal ( string Username ) : System.Linq
IsInRole ( string role ) : bool

메소드 상세

CustomPrincipal() 공개 메소드

public CustomPrincipal ( string Username ) : System.Linq
Username string
리턴 System.Linq

IsInRole() 공개 메소드

public IsInRole ( string role ) : bool
role string
리턴 bool