Share via


AuthenticationContext.Result Property

 

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

Namespace:   System.Web.Mvc.Filters
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public ActionResult Result { get; set; }
public:
property ActionResult^ Result {
    ActionResult^ get();
    void set(ActionResult^ value);
}
member Result : ActionResult with get, set
Public Property Result As ActionResult

Property Value

Type: System.Web.Mvc.ActionResult

The authentication result.

See Also

AuthenticationContext Class
System.Web.Mvc.Filters Namespace

Return to top