Routing constraint which forces a route to be requested under a secure connection and will redirect to a secure connection if otherwise requested

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public sealed class EnsureSecureConstraint : IRouteConstraint
Visual Basic (Declaration)
Public NotInheritable Class EnsureSecureConstraint _
	Implements IRouteConstraint

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Web.Routing..::.EnsureSecureConstraint

See Also