C# 클래스 Cats.Services.Security.UserPrincipal

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

공개 메소드들

메소드 설명
IsInRole ( string role ) : bool
UserPrincipal ( IIdentity identity ) : System

비공개 메소드들

메소드 설명
UserPrincipal ( ) : System

메소드 상세

IsInRole() 공개 메소드

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

UserPrincipal() 공개 메소드

public UserPrincipal ( IIdentity identity ) : System
identity IIdentity
리턴 System