AuthenticationContext.Result 属性

定义

获取或设置错误结果,该结果指示已尝试身份验证,但失败。

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

属性值

身份验证结果。

适用于