C# 클래스 EventCentric.Authorization.AuthorizeEventSourcingAttribute

상속: AuthorizeBaseAttribute
파일 보기 프로젝트 열기: Narvalex/EventCentric

공개 메소드들

메소드 설명
Configure ( string token ) : void

보호된 메소드들

메소드 설명
IsAuthorized ( string token ) : bool

메소드 상세

Configure() 공개 정적인 메소드

public static Configure ( string token ) : void
token string
리턴 void

IsAuthorized() 보호된 메소드

protected IsAuthorized ( string token ) : bool
token string
리턴 bool