Share via


AuthenticationContext.Result Property

Definition

Overloads

Result

Gets or sets the error result, which indicates that authentication was attempted and failed.

Result

Gets or sets the error result, which indicates that authentication was attempted and failed.

public System.Web.Mvc.ActionResult Result { get; set; }
member this.Result : System.Web.Mvc.ActionResult with get, set
Public Property Result As ActionResult

Property Value

The authentication result.

Applies to