C# 클래스 avt.DynamicFlashRotator.Net.Services.Authentication.AllowAspRole

상속: IAdminAuthentication
파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

공개 메소드들

메소드 설명
AllowAspRole ( ) : System
AllowAspRole ( string roleName, string controlId ) : System
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

메소드 상세

AllowAspRole() 공개 메소드

public AllowAspRole ( ) : System
리턴 System

AllowAspRole() 공개 메소드

public AllowAspRole ( string roleName, string controlId ) : System
roleName string
controlId string
리턴 System

HasAccess() 공개 메소드

public HasAccess ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
리턴 void