Class DnnAuthorizeAttribute
Inheritance
DnnAuthorizeAttribute
Assembly: DotNetNuke.Web.dll
Syntax
public sealed class DnnAuthorizeAttribute : AuthorizeAttributeBase, IOverrideDefaultAuthLevel
Constructors
DnnAuthorizeAttribute()
Declaration
public DnnAuthorizeAttribute()
Properties
AuthTypes
Declaration
public string AuthTypes { get; set; }
Property Value
DenyRoles
Declaration
public string DenyRoles { get; set; }
Property Value
StaticRoles
Declaration
public string StaticRoles { get; set; }
Property Value
Methods
IsAuthorized(AuthFilterContext)
Declaration
public override bool IsAuthorized(AuthFilterContext context)
Parameters
Returns
Overrides
Implements
Extension Methods