Class LogOnExtensions
Inheritance
System.Object
LogOnExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public static class LogOnExtensions
Methods
AddAjaxLogOnHeaders(HttpContextBase)
Declaration
public static void AddAjaxLogOnHeaders(this HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext |
IsLogOnRequest(HttpContextBase)
Declaration
public static bool IsLogOnRequest(this HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext |
Returns
Type | Description |
---|---|
System.Boolean |
SendAjaxLogOnStatus(HttpContextBase, Boolean)
Declaration
public static void SendAjaxLogOnStatus(this HttpContextBase httpContext, bool authenticationSuccessful)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | |
System.Boolean | authenticationSuccessful |
ValidateAjaxLogOn(HttpContextBase, ValidateUserNamePassword)
Declaration
public static bool ValidateAjaxLogOn(this HttpContextBase httpContext, ValidateUserNamePassword validationMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | |
ValidateUserNamePassword | validationMethod |
Returns
Type | Description |
---|---|
System.Boolean |