RequireHttpsAttribute.OnAuthorization(AuthorizationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a request is secured (HTTPS) and, if it is not, calls the HandleNonHttpsRequest(AuthorizationContext) method.
public virtual void OnAuthorization (System.Web.Mvc.AuthorizationContext filterContext);
abstract member OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
override this.OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
Public Overridable Sub OnAuthorization (filterContext As AuthorizationContext)
Parameters
- filterContext
- AuthorizationContext
An object that encapsulates information that is required in order to use the RequireHttpsAttribute attribute.
Implements
Exceptions
The filterContext
parameter is null.