C# Class avt.DynamicFlashRotator.Net.Services.Authentication.AllowAspRole

Inheritance: IAdminAuthentication
显示文件 Open project: dnnsharp/DynamicRotator

Public Methods

Method Description
AllowAspRole ( ) : System
AllowAspRole ( string roleName, string controlId ) : System
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

Method Details

AllowAspRole() public method

public AllowAspRole ( ) : System
return System

AllowAspRole() public method

public AllowAspRole ( string roleName, string controlId ) : System
roleName string
controlId string
return System

HasAccess() public method

public HasAccess ( ) : bool
return bool

Init() public method

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
return void