Class RequireSslAttribute

Allows for dynamically assigning the RequireSsl property at runtime either with an explicit boolean constant, a configuration setting, or a Reflection based 'delegate'

System.Object
  System.Attribute
    System.Web.Mvc.FilterAttribute
      System.Web.Mvc.RequireHttpsAttribute
        Westwind.Web.Mvc.RequireSslAttribute
public class RequireSslAttribute : RequireHttpsAttribute, IAuthorizationFilter

Class Members

MemberDescription

Constructor

Default constructor forces SSL required

OnAuthorization

public virtual void OnAuthorization(AuthorizationContext filterContext)

RequireSsl

Requirements

Namespace: Westwind.Web.Mvc
Assembly: westwind.web.mvc.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic