C# 클래스 Identity.IPrincipalExtension

파일 보기 프로젝트 열기: Neilski/URF-Identity

공개 메소드들

메소드 설명
IsAndNot ( this user, string isRole, string notRole ) : bool

Checks if a User IS in one role and NOT in another role

메소드 상세

IsAndNot() 공개 정적인 메소드

Checks if a User IS in one role and NOT in another role
public static IsAndNot ( this user, string isRole, string notRole ) : bool
user this IPricipal object
isRole string Is in this role
notRole string Not in this role
리턴 bool