C# 클래스 HeaviSoft.FrameworkBase.Core.Security.DefaultPrincipal

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

공개 메소드들

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

메소드 상세

DefaultPrincipal() 공개 메소드

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

IsInRole() 공개 메소드

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