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

Inheritance: IAdminAuthentication
Afficher le fichier Open project: dnnsharp/DynamicRotator

Méthodes publiques

Méthode Description
AllowAspRole ( ) : System
AllowAspRole ( string roleName, string controlId ) : System
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

Method Details

AllowAspRole() public méthode

public AllowAspRole ( ) : System
Résultat System

AllowAspRole() public méthode

public AllowAspRole ( string roleName, string controlId ) : System
roleName string
controlId string
Résultat System

HasAccess() public méthode

public HasAccess ( ) : bool
Résultat bool

Init() public méthode

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
Résultat void