C# Class Aspectacular.AspNetRoleAuthorizationAspect

Enforces ASP.NET role membership authorization for methods or classes decorated with the DemandAspNetRoleAttribute.
Inheritance: AuthorizationAspect
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes protégées

Méthode Description
ThrowAuthorizationException ( string errorMsg ) : void

Method Details

ThrowAuthorizationException() protected méthode

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
Résultat void