C# 클래스 Castle.Samples.WindsorSilverlight.Security.AppPrincipal

상속: IPrincipal
파일 보기 프로젝트 열기: HEskandari/Castle-Windsor-Examples

공개 메소드들

메소드 설명
AppPrincipal ( IIdentity identity, string roles ) : System.Collections.Generic
IsInRole ( string role ) : bool

메소드 상세

AppPrincipal() 공개 메소드

public AppPrincipal ( IIdentity identity, string roles ) : System.Collections.Generic
identity IIdentity
roles string
리턴 System.Collections.Generic

IsInRole() 공개 메소드

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